#42E200
A medium, vivid green closely aligning with Lawngreen.
About #42E200
At its core, #42E200 is a medium and vivid hue. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(66, 226, 0).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 71% cyan, 0% magenta, 100% yellow, and 11% black. The HSL representation is 102.5° hue, 100.0% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42E200
RGB66, 226, 0
HSL102.5°, 100.0%, 44.3%
CMYK71%, 0%, 100%, 11%
HSV102.5°, 100.0%, 88.6%
LAB79.4, -72.7, 76.7
XYZ29.4, 55.6, 9.2
Decimal4383232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.11:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E200;
}
.text-color {
color: #42E200;
}
.border-color {
border: 2px solid #42E200;
}