#00DB0F
A medium, vivid green closely aligning with Limegreen.
About #00DB0F
Visually, #00DB0F is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 0 parts red, 219 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00DB0F
RGB0, 219, 15
HSL124.1°, 100.0%, 42.9%
CMYK100%, 0%, 93%, 14%
HSV124.1°, 100.0%, 85.9%
LAB76.5, -76.6, 72.7
XYZ25.4, 50.7, 8.9
Decimal56079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.14:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB0F;
}
.text-color {
color: #00DB0F;
}
.border-color {
border: 2px solid #00DB0F;
}