Lime Green (Green)
#27CB15
RGB: 39, 203, 21
Color OverviewHEX #27CB15

#27CB15 Color Code Information

In the RGB color space, #27CB15 is composed of 15% red, 80% green, and 8% blue. In the HSL color space, it has a hue of 114°, saturation of 81%, and lightness of 44%.

HEX
#27CB15
RGB
39, 203, 21
HSL
114°, 81%, 44%
HSV
114°, 90%, 80%
CMYK
81%, 0%, 90%, 20%
Name Match
Lime Green
Closest Standard

Shades of #27CB15 (Darker Variations)

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

Tints of #27CB15 (Lighter Variations)

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

Tones of #27CB15 (Muted Variations)

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

Color Harmonies for #27CB15

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 #27CB15 Background
Contrast Ratio against Pure White (#FFFFFF):2.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #27CB15 Background
Contrast Ratio against Pure Black (#000000):9.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #27CB15;
}

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