#42D349
A medium, moderate green closely aligning with Limegreen.
About #42D349
When working with digital screens, the color #42D349 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 211, and 73.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 0% M, 65% Y, and 17% K. The HSL representation is 122.9° hue, 62.2% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42D349
RGB66, 211, 73
HSL122.9°, 62.2%, 54.3%
CMYK69%, 0%, 65%, 17%
HSV122.9°, 68.7%, 82.7%
LAB75.0, -64.5, 55.4
XYZ26.7, 48.2, 14.2
Decimal4379465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.65:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42D349;
}
.text-color {
color: #42D349;
}
.border-color {
border: 2px solid #42D349;
}