#07DB07
A medium, vivid green closely aligning with Limegreen.
About #07DB07
Visually, #07DB07 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 7 red, 219 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07DB07
RGB7, 219, 7
HSL120.0°, 93.8%, 44.3%
CMYK97%, 0%, 97%, 14%
HSV120.0°, 96.8%, 85.9%
LAB76.5, -76.5, 73.5
XYZ25.5, 50.7, 8.6
Decimal514823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88: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: #07DB07;
}
.text-color {
color: #07DB07;
}
.border-color {
border: 2px solid #07DB07;
}