#07DB0F
A medium, vivid green closely aligning with Limegreen.
About #07DB0F
Visually, #07DB0F is defined as a vivid green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 7 parts red, 219 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07DB0F
RGB7, 219, 15
HSL122.3°, 93.8%, 44.3%
CMYK97%, 0%, 93%, 14%
HSV122.3°, 96.8%, 85.9%
LAB76.5, -76.3, 72.7
XYZ25.5, 50.7, 8.9
Decimal514831
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: #07DB0F;
}
.text-color {
color: #07DB0F;
}
.border-color {
border: 2px solid #07DB0F;
}