Lime Green (Green)
#3CF652
RGB: 60, 246, 82
Color OverviewHEX #3CF652

#3CF652 Color Code Information

In the RGB color space, #3CF652 is composed of 24% red, 96% green, and 32% blue. In the HSL color space, it has a hue of 127°, saturation of 91%, and lightness of 60%.

HEX
#3CF652
RGB
60, 246, 82
HSL
127°, 91%, 60%
HSV
127°, 76%, 96%
CMYK
76%, 0%, 67%, 4%
Name Match
Lime Green
Closest Standard

Shades of #3CF652 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #3CF652 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #3CF652 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #3CF652

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #3CF652 Background
Contrast Ratio against Pure White (#FFFFFF):1.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3CF652 Background
Contrast Ratio against Pure Black (#000000):14.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3CF652;
}

.element {
  color: #3CF652;
  background-color: #3CF652;
  border-color: #3CF652;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#3CF652] text-[#3CF652] border-[#3CF652]">
  Content styled with #3CF652
</div>