#00DB50
A medium, vivid green closely aligning with Limegreen.
About #00DB50
The hex code #00DB50 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 0 parts red, 219 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 63% yellow, and 14% black. 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00DB50
RGB0, 219, 80
HSL141.9°, 100.0%, 42.9%
CMYK100%, 0%, 63%, 14%
HSV141.9°, 100.0%, 85.9%
LAB76.8, -72.3, 54.4
XYZ26.8, 51.2, 16.1
Decimal56144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB50;
}
.text-color {
color: #00DB50;
}
.border-color {
border: 2px solid #00DB50;
}