#1DCC2C
A medium, vivid green closely aligning with Limegreen.
About #1DCC2C
When working with digital screens, the color #1DCC2C is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(29, 204, 44).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 86% C, 0% M, 78% Y, and 20% K. With a hue angle of 125.1 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#1DCC2C
RGB29, 204, 44
HSL125.1°, 75.1%, 45.7%
CMYK86%, 0%, 78%, 20%
HSV125.1°, 85.8%, 80.0%
LAB72.0, -69.7, 62.6
XYZ22.6, 43.6, 9.6
Decimal1952812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.73:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCC2C;
}
.text-color {
color: #1DCC2C;
}
.border-color {
border: 2px solid #1DCC2C;
}