#42B62C
A medium, moderate green closely aligning with Limegreen.
About #42B62C
The precise color #42B62C is an excellent choice for modern design projects. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(66, 182, 44).
Translating this color to physical media requires the CMYK color model. The color uses 64% Cyan, 0% Magenta, 76% Yellow, and 29% Black. With a hue angle of 110.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#42B62C
RGB66, 182, 44
HSL110.4°, 61.1%, 44.3%
CMYK64%, 0%, 76%, 29%
HSV110.4°, 75.8%, 71.4%
LAB65.6, -57.1, 56.6
XYZ19.4, 34.8, 8.1
Decimal4372012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42B62C;
}
.text-color {
color: #42B62C;
}
.border-color {
border: 2px solid #42B62C;
}