#00DB00
A medium, vivid green closely aligning with Limegreen.
About #00DB00
The hex code #00DB00 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(0, 219, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 100% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00DB00
RGB0, 219, 0
HSL120.0°, 100.0%, 42.9%
CMYK100%, 0%, 100%, 14%
HSV120.0°, 100.0%, 85.9%
LAB76.5, -76.8, 74.2
XYZ25.3, 50.7, 8.4
Decimal56064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.13:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB00;
}
.text-color {
color: #00DB00;
}
.border-color {
border: 2px solid #00DB00;
}