#24E20F
A medium, vivid green closely aligning with Lime.
About #24E20F
When working with digital screens, the color #24E20F is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 226, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 84% Cyan, 0% Magenta, 93% Yellow, and 11% Black. With a hue angle of 114.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24E20F
RGB36, 226, 15
HSL114.0°, 87.6%, 47.3%
CMYK84%, 0%, 93%, 11%
HSV114.0°, 93.4%, 88.6%
LAB78.9, -76.4, 74.8
XYZ28.0, 54.8, 9.6
Decimal2417167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.96:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E20F;
}
.text-color {
color: #24E20F;
}
.border-color {
border: 2px solid #24E20F;
}