#2CDB2C
A medium, vivid green closely aligning with Limegreen.
About #2CDB2C
When working with digital screens, the color #2CDB2C is rendered by mixing light. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 219, and 44.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 80% cyan, 0% magenta, 80% yellow, and 14% black. 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. 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#2CDB2C
RGB44, 219, 44
HSL120.0°, 70.9%, 51.6%
CMYK80%, 0%, 80%, 14%
HSV120.0°, 79.9%, 85.9%
LAB76.9, -72.5, 67.4
XYZ26.8, 51.4, 10.9
Decimal2939692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.28:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDB2C;
}
.text-color {
color: #2CDB2C;
}
.border-color {
border: 2px solid #2CDB2C;
}