#42E26D
A medium, vivid green closely aligning with Springgreen.
About #42E26D
When working with digital screens, the color #42E26D is rendered by mixing light. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(66, 226, 109).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. With a hue angle of 136.1 degrees, it sits comfortably in the green spectrum.
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#42E26D
RGB66, 226, 109
HSL136.1°, 73.4%, 57.3%
CMYK71%, 0%, 52%, 11%
HSV136.1°, 70.8%, 88.6%
LAB80.0, -65.2, 45.2
XYZ32.2, 56.7, 23.7
Decimal4383341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.33:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E26D;
}
.text-color {
color: #42E26D;
}
.border-color {
border: 2px solid #42E26D;
}