#2CB62C
A medium, moderate green closely aligning with Limegreen.
About #2CB62C
Visually, #2CB62C is defined as a moderate green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 44 red, 182 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 76% C, 0% M, 76% Y, and 29% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CB62C
RGB44, 182, 44
HSL120.0°, 61.1%, 44.3%
CMYK76%, 0%, 76%, 29%
HSV120.0°, 75.8%, 71.4%
LAB65.1, -61.3, 56.0
XYZ18.2, 34.2, 8.0
Decimal2930220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.83:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CB62C;
}
.text-color {
color: #2CB62C;
}
.border-color {
border: 2px solid #2CB62C;
}