#42D36D
A medium, moderate green closely aligning with Mediumspringgreen.
About #42D36D
At its core, #42D36D is a medium and moderate hue. Designers often compare it to the standard color Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 211, and 109.
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 0% Magenta, 48% Yellow, and 17% Black. The HSL representation is 137.8° hue, 62.2% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42D36D
RGB66, 211, 109
HSL137.8°, 62.2%, 54.3%
CMYK69%, 0%, 48%, 17%
HSV137.8°, 68.7%, 82.7%
LAB75.4, -59.9, 39.4
XYZ28.3, 48.9, 22.4
Decimal4379501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.77:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42D36D;
}
.text-color {
color: #42D36D;
}
.border-color {
border: 2px solid #42D36D;
}