#42D33A
A medium, moderate green closely aligning with Limegreen.
About #42D33A
Visually, #42D33A is defined as a moderate green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 66 parts red, 211 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 69% cyan, 0% magenta, 73% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#42D33A
RGB66, 211, 58
HSL116.9°, 63.5%, 52.7%
CMYK69%, 0%, 73%, 17%
HSV116.9°, 72.5%, 82.7%
LAB74.9, -65.8, 61.1
XYZ26.3, 48.1, 11.9
Decimal4379450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42D33A;
}
.text-color {
color: #42D33A;
}
.border-color {
border: 2px solid #42D33A;
}