#00DB1D
A medium, vivid green closely aligning with Limegreen.
About #00DB1D
When working with digital screens, the color #00DB1D is rendered by mixing light. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 219, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 87% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00DB1D
RGB0, 219, 29
HSL127.9°, 100.0%, 42.9%
CMYK100%, 0%, 87%, 14%
HSV127.9°, 100.0%, 85.9%
LAB76.5, -76.1, 70.5
XYZ25.6, 50.8, 9.6
Decimal56093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB1D;
}
.text-color {
color: #00DB1D;
}
.border-color {
border: 2px solid #00DB1D;
}