#1DB600
A dark, vivid green closely aligning with Limegreen.
About #1DB600
The precise color #1DB600 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(29, 182, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 84% cyan, 0% magenta, 100% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DB600
RGB29, 182, 0
HSL110.4°, 100.0%, 35.7%
CMYK84%, 0%, 100%, 29%
HSV110.4°, 100.0%, 71.4%
LAB64.7, -65.0, 64.8
XYZ17.2, 33.7, 5.6
Decimal1947136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DB600;
}
.text-color {
color: #1DB600;
}
.border-color {
border: 2px solid #1DB600;
}