#42E924
A medium, vivid green closely aligning with Lawngreen.
About #42E924
The hex code #42E924 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(66, 233, 36).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 0% M, 85% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42E924
RGB66, 233, 36
HSL110.9°, 81.7%, 52.7%
CMYK72%, 0%, 85%, 9%
HSV110.9°, 84.5%, 91.4%
LAB81.6, -73.9, 73.8
XYZ31.7, 59.6, 11.5
Decimal4385060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.91:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E924;
}
.text-color {
color: #42E924;
}
.border-color {
border: 2px solid #42E924;
}