#1DDB3A
A medium, vivid green closely aligning with Limegreen.
About #1DDB3A
Visually, #1DDB3A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(29, 219, 58).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 87% C, 0% M, 74% Y, and 14% K. The HSL representation is 129.2° hue, 76.6% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DDB3A
RGB29, 219, 58
HSL129.2°, 76.6%, 48.6%
CMYK87%, 0%, 74%, 14%
HSV129.2°, 86.8%, 85.9%
LAB76.8, -73.0, 62.9
XYZ26.6, 51.2, 12.5
Decimal1956666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDB3A;
}
.text-color {
color: #1DDB3A;
}
.border-color {
border: 2px solid #1DDB3A;
}