#1DD30F
A medium, vivid green closely aligning with Limegreen.
About #1DD30F
The hex code #1DD30F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 29 red, 211 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 86% C, 0% M, 93% Y, and 17% K. With a hue angle of 115.7 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DD30F
RGB29, 211, 15
HSL115.7°, 86.7%, 44.3%
CMYK86%, 0%, 93%, 17%
HSV115.7°, 92.9%, 82.7%
LAB74.1, -72.9, 70.8
XYZ23.9, 46.9, 8.2
Decimal1954575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.38:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD30F;
}
.text-color {
color: #1DD30F;
}
.border-color {
border: 2px solid #1DD30F;
}