#00DB24
A medium, vivid green closely aligning with Limegreen.
About #00DB24
At its core, #00DB24 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 0 parts red, 219 parts green, and 36 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 84% yellow, and 14% black. The HSL representation is 129.9° hue, 100.0% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00DB24
RGB0, 219, 36
HSL129.9°, 100.0%, 42.9%
CMYK100%, 0%, 84%, 14%
HSV129.9°, 100.0%, 85.9%
LAB76.6, -75.8, 69.0
XYZ25.6, 50.8, 10.1
Decimal56100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB24;
}
.text-color {
color: #00DB24;
}
.border-color {
border: 2px solid #00DB24;
}