#42E95F
A medium, vivid green closely aligning with Springgreen.
About #42E95F
Visually, #42E95F is defined as a vivid green. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(66, 233, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 72% cyan, 0% magenta, 59% yellow, and 9% black. With a hue angle of 130.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42E95F
RGB66, 233, 95
HSL130.4°, 79.1%, 58.6%
CMYK72%, 0%, 59%, 9%
HSV130.4°, 71.7%, 91.4%
LAB82.0, -69.3, 53.9
XYZ33.5, 60.3, 20.7
Decimal4385119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.05:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E95F;
}
.text-color {
color: #42E95F;
}
.border-color {
border: 2px solid #42E95F;
}