#42B61D
A medium, vivid green closely aligning with Limegreen.
About #42B61D
At its core, #42B61D is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(66, 182, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 64% Cyan, 0% Magenta, 84% Yellow, and 29% Black. The HSL representation is 105.5° hue, 72.5% saturation, and 41.4% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42B61D
RGB66, 182, 29
HSL105.5°, 72.5%, 41.4%
CMYK64%, 0%, 84%, 29%
HSV105.5°, 84.1%, 71.4%
LAB65.5, -58.0, 61.0
XYZ19.2, 34.7, 6.8
Decimal4371997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.94:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42B61D;
}
.text-color {
color: #42B61D;
}
.border-color {
border: 2px solid #42B61D;
}