#24BD00
A dark, vivid green closely aligning with Limegreen.
About #24BD00
At its core, #24BD00 is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 189, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 81% C, 0% M, 100% Y, and 26% K. The HSL representation is 108.6° hue, 100.0% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24BD00
RGB36, 189, 0
HSL108.6°, 100.0%, 37.1%
CMYK81%, 0%, 100%, 26%
HSV108.6°, 100.0%, 74.1%
LAB67.1, -66.2, 66.8
XYZ18.9, 36.8, 6.1
Decimal2407680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24BD00;
}
.text-color {
color: #24BD00;
}
.border-color {
border: 2px solid #24BD00;
}