#1DBD2C
A medium, vivid green closely aligning with Limegreen.
About #1DBD2C
Visually, #1DBD2C is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(29, 189, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 0% Magenta, 77% Yellow, and 26% Black. The HSL representation is 125.6° hue, 73.4% saturation, and 42.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DBD2C
RGB29, 189, 44
HSL125.6°, 73.4%, 42.7%
CMYK85%, 0%, 77%, 26%
HSV125.6°, 84.7%, 74.1%
LAB67.2, -65.3, 57.9
XYZ19.2, 36.8, 8.5
Decimal1948972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.37:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD2C;
}
.text-color {
color: #1DBD2C;
}
.border-color {
border: 2px solid #1DBD2C;
}