#07DB1D
A medium, vivid green closely aligning with Limegreen.
About #07DB1D
Visually, #07DB1D is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 7 red, 219 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 87% Y, and 14% K. With a hue angle of 126.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07DB1D
RGB7, 219, 29
HSL126.2°, 93.8%, 44.3%
CMYK97%, 0%, 87%, 14%
HSV126.2°, 96.8%, 85.9%
LAB76.6, -75.9, 70.5
XYZ25.6, 50.8, 9.6
Decimal514845
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: #07DB1D;
}
.text-color {
color: #07DB1D;
}
.border-color {
border: 2px solid #07DB1D;
}