#24E91D
A medium, vivid green closely aligning with Lime.
About #24E91D
The hex code #24E91D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 233, and 29.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 0% M, 88% Y, and 9% K. The HSL representation is 117.9° hue, 82.3% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. 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#24E91D
RGB36, 233, 29
HSL117.9°, 82.3%, 51.4%
CMYK85%, 0%, 88%, 9%
HSV117.9°, 87.6%, 91.4%
LAB81.1, -78.0, 74.6
XYZ30.1, 58.7, 10.9
Decimal2418973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E91D;
}
.text-color {
color: #24E91D;
}
.border-color {
border: 2px solid #24E91D;
}