#2CA024
A dark, moderate green closely aligning with Forestgreen.
About #2CA024
At its core, #2CA024 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Forestgreen. Its digital footprint relies on 44 parts red, 160 parts green, and 36 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 72% Cyan, 0% Magenta, 78% Yellow, and 37% Black. The HSL representation is 116.1° hue, 63.3% saturation, and 38.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CA024
RGB44, 160, 36
HSL116.1°, 63.3%, 38.4%
CMYK72%, 0%, 78%, 37%
HSV116.1°, 77.5%, 62.7%
LAB57.9, -54.7, 51.6
XYZ13.9, 25.8, 5.9
Decimal2924580
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA024;
}
.text-color {
color: #2CA024;
}
.border-color {
border: 2px solid #2CA024;
}