#1DDB00
A medium, vivid green closely aligning with Limegreen.
About #1DDB00
At its core, #1DDB00 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 0 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 87% C, 0% M, 100% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DDB00
RGB29, 219, 0
HSL112.1°, 100.0%, 42.9%
CMYK87%, 0%, 100%, 14%
HSV112.1°, 100.0%, 85.9%
LAB76.6, -75.4, 74.3
XYZ25.8, 50.9, 8.5
Decimal1956608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDB00;
}
.text-color {
color: #1DDB00;
}
.border-color {
border: 2px solid #1DDB00;
}