#42AF24
A medium, moderate green closely aligning with Limegreen.
About #42AF24
Visually, #42AF24 is defined as a moderate green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(66, 175, 36).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 62% Cyan, 0% Magenta, 79% Yellow, and 31% Black. With a hue angle of 107.1 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#42AF24
RGB66, 175, 36
HSL107.1°, 65.9%, 41.4%
CMYK62%, 0%, 79%, 31%
HSV107.1°, 79.4%, 68.6%
LAB63.3, -55.2, 57.0
XYZ17.9, 31.9, 6.9
Decimal4370212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42AF24;
}
.text-color {
color: #42AF24;
}
.border-color {
border: 2px solid #42AF24;
}