#42DB7C
A medium, moderate green closely aligning with Mediumspringgreen.
About #42DB7C
Visually, #42DB7C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. Its digital footprint relies on 66 parts red, 219 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 70% C, 0% M, 43% Y, and 14% K. With a hue angle of 142.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#42DB7C
RGB66, 219, 124
HSL142.7°, 68.0%, 55.9%
CMYK70%, 0%, 43%, 14%
HSV142.7°, 69.9%, 85.9%
LAB78.0, -60.4, 35.4
XYZ31.2, 53.3, 27.7
Decimal4381564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.66:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42DB7C;
}
.text-color {
color: #42DB7C;
}
.border-color {
border: 2px solid #42DB7C;
}