#42E907
A medium, vivid green closely aligning with Lawngreen.
About #42E907
The hex code #42E907 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. Its digital footprint relies on 66 parts red, 233 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 0% Magenta, 97% Yellow, and 9% Black. The HSL representation is 104.3° hue, 94.2% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42E907
RGB66, 233, 7
HSL104.3°, 94.2%, 47.1%
CMYK72%, 0%, 97%, 9%
HSV104.3°, 97.0%, 91.4%
LAB81.5, -74.7, 77.9
XYZ31.4, 59.5, 10.0
Decimal4385031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.89:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E907;
}
.text-color {
color: #42E907;
}
.border-color {
border: 2px solid #42E907;
}