#42F092
A light, vivid green closely aligning with Mediumspringgreen.
About #42F092
The precise color #42F092 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, 240, 146).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 0% M, 39% Y, and 6% K. With a hue angle of 147.6 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#42F092
RGB66, 240, 146
HSL147.6°, 85.3%, 60.0%
CMYK72%, 0%, 39%, 6%
HSV147.6°, 72.5%, 94.1%
LAB84.8, -64.1, 33.2
XYZ38.6, 65.6, 37.8
Decimal4386962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.11:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F092;
}
.text-color {
color: #42F092;
}
.border-color {
border: 2px solid #42F092;
}