#24D350
A medium, vivid green closely aligning with Limegreen.
About #24D350
Visually, #24D350 is defined as a vivid green. 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, 211, and 80.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 83% C, 0% M, 62% Y, and 17% K. The HSL representation is 135.1° hue, 70.9% saturation, and 48.4% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24D350
RGB36, 211, 80
HSL135.1°, 70.9%, 48.4%
CMYK83%, 0%, 62%, 17%
HSV135.1°, 82.9%, 82.7%
LAB74.5, -67.9, 51.8
XYZ25.5, 47.5, 15.4
Decimal2413392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24D350;
}
.text-color {
color: #24D350;
}
.border-color {
border: 2px solid #24D350;
}