#42E96D
A medium, vivid green closely aligning with Springgreen.
About #42E96D
The precise color #42E96D is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 233, and 109.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 72% cyan, 0% magenta, 53% yellow, and 9% black. With a hue angle of 135.4 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42E96D
RGB66, 233, 109
HSL135.4°, 79.1%, 58.6%
CMYK72%, 0%, 53%, 9%
HSV135.4°, 71.7%, 91.4%
LAB82.1, -67.5, 47.8
XYZ34.1, 60.5, 24.4
Decimal4385133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E96D;
}
.text-color {
color: #42E96D;
}
.border-color {
border: 2px solid #42E96D;
}