#2CB624
A medium, moderate green closely aligning with Limegreen.
About #2CB624
When working with digital screens, the color #2CB624 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(44, 182, 36).
If you are designing for print, the four-color process is what matters most. The color uses 76% Cyan, 0% Magenta, 80% Yellow, and 29% Black. The HSL representation is 116.7° hue, 67.0% saturation, and 42.7% lightness.
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#2CB624
RGB44, 182, 36
HSL116.7°, 67.0%, 42.7%
CMYK76%, 0%, 80%, 29%
HSV116.7°, 80.2%, 71.4%
LAB65.1, -61.8, 58.5
XYZ18.1, 34.1, 7.3
Decimal2930212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.82:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CB624;
}
.text-color {
color: #2CB624;
}
.border-color {
border: 2px solid #2CB624;
}