#1DDB1D
A medium, vivid green closely aligning with Limegreen.
About #1DDB1D
At its core, #1DDB1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 29 parts red, 219 parts green, and 29 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 87% Cyan, 0% Magenta, 87% Yellow, and 14% Black. The HSL representation is 120.0° hue, 76.6% saturation, and 48.6% 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#1DDB1D
RGB29, 219, 29
HSL120.0°, 76.6%, 48.6%
CMYK87%, 0%, 87%, 14%
HSV120.0°, 86.8%, 85.9%
LAB76.7, -74.7, 70.7
XYZ26.1, 51.0, 9.6
Decimal1956637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.20:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDB1D;
}
.text-color {
color: #1DDB1D;
}
.border-color {
border: 2px solid #1DDB1D;
}