#24E950
A medium, vivid green closely aligning with Limegreen.
About #24E950
The hex code #24E950 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 233, and 80.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. With a hue angle of 133.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#24E950
RGB36, 233, 80
HSL133.4°, 81.7%, 52.7%
CMYK85%, 0%, 66%, 9%
HSV133.4°, 84.5%, 91.4%
LAB81.4, -74.6, 59.5
XYZ31.3, 59.2, 17.4
Decimal2419024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.85:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E950;
}
.text-color {
color: #24E950;
}
.border-color {
border: 2px solid #24E950;
}