#24E942
A medium, vivid green closely aligning with Limegreen.
About #24E942
When working with digital screens, the color #24E942 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 233, and 66.
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 129.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24E942
RGB36, 233, 66
HSL129.1°, 81.7%, 52.7%
CMYK85%, 0%, 72%, 9%
HSV129.1°, 84.5%, 91.4%
LAB81.3, -75.9, 64.7
XYZ30.8, 59.0, 14.9
Decimal2419010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.81:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E942;
}
.text-color {
color: #24E942;
}
.border-color {
border: 2px solid #24E942;
}