#07E916
A medium, vivid green closely aligning with Lime.
About #07E916
The hex code #07E916 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 233, and 22.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 0% magenta, 91% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07E916
RGB7, 233, 22
HSL124.0°, 94.2%, 47.1%
CMYK97%, 0%, 91%, 9%
HSV124.0°, 97.0%, 91.4%
LAB81.0, -79.9, 75.5
XYZ29.4, 58.4, 10.5
Decimal518422
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E916;
}
.text-color {
color: #07E916;
}
.border-color {
border: 2px solid #07E916;
}