#2CB616
A medium, vivid green closely aligning with Limegreen.
About #2CB616
At its core, #2CB616 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 44 red, 182 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. The HSL representation is 111.8° hue, 78.4% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#2CB616
RGB44, 182, 22
HSL111.8°, 78.4%, 40.0%
CMYK76%, 0%, 88%, 29%
HSV111.8°, 87.9%, 71.4%
LAB65.0, -62.5, 61.9
XYZ17.9, 34.0, 6.4
Decimal2930198
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CB616;
}
.text-color {
color: #2CB616;
}
.border-color {
border: 2px solid #2CB616;
}