#2CCC1D
A medium, vivid green closely aligning with Limegreen.
About #2CCC1D
At its core, #2CCC1D is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 44 red, 204 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. The color uses 78% Cyan, 0% Magenta, 86% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#2CCC1D
RGB44, 204, 29
HSL114.9°, 75.1%, 45.7%
CMYK78%, 0%, 86%, 20%
HSV114.9°, 85.8%, 80.0%
LAB72.1, -68.8, 66.7
XYZ22.9, 43.8, 8.4
Decimal2935837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.76:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCC1D;
}
.text-color {
color: #2CCC1D;
}
.border-color {
border: 2px solid #2CCC1D;
}