#07D316
A medium, vivid green closely aligning with Limegreen.
About #07D316
When working with digital screens, the color #07D316 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 7 parts red, 211 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 0% M, 90% Y, and 17% K. With a hue angle of 124.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07D316
RGB7, 211, 22
HSL124.4°, 93.6%, 42.7%
CMYK97%, 0%, 90%, 17%
HSV124.4°, 96.7%, 82.7%
LAB74.0, -74.0, 69.6
XYZ23.5, 46.7, 8.5
Decimal512790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D316;
}
.text-color {
color: #07D316;
}
.border-color {
border: 2px solid #07D316;
}