#1DBD00
A dark, vivid green closely aligning with Limegreen.
About #1DBD00
Visually, #1DBD00 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 29 parts red, 189 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 85% C, 0% M, 100% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DBD00
RGB29, 189, 0
HSL110.8°, 100.0%, 37.1%
CMYK85%, 0%, 100%, 26%
HSV110.8°, 100.0%, 74.1%
LAB67.0, -67.0, 66.7
XYZ18.7, 36.7, 6.1
Decimal1948928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD00;
}
.text-color {
color: #1DBD00;
}
.border-color {
border: 2px solid #1DBD00;
}