#42E283
A medium, vivid green closely aligning with Mediumspringgreen.
About #42E283
The precise color #42E283 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(66, 226, 131).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#42E283
RGB66, 226, 131
HSL144.4°, 73.4%, 57.3%
CMYK71%, 0%, 42%, 11%
HSV144.4°, 70.8%, 88.6%
LAB80.3, -61.7, 34.8
XYZ33.5, 57.2, 30.7
Decimal4383363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E283;
}
.text-color {
color: #42E283;
}
.border-color {
border: 2px solid #42E283;
}