#2CAF24
A medium, moderate green closely aligning with Limegreen.
About #2CAF24
The hex code #2CAF24 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 175, 36).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 75% cyan, 0% magenta, 79% yellow, and 31% black. The HSL representation is 116.5° hue, 65.9% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CAF24
RGB44, 175, 36
HSL116.5°, 65.9%, 41.4%
CMYK75%, 0%, 79%, 31%
HSV116.5°, 79.4%, 68.6%
LAB62.8, -59.6, 56.3
XYZ16.7, 31.3, 6.8
Decimal2928420
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CAF24;
}
.text-color {
color: #2CAF24;
}
.border-color {
border: 2px solid #2CAF24;
}