#07F016
A medium, vivid green closely aligning with Lime.
About #07F016
At its core, #07F016 is a medium and vivid hue. Designers often compare it to the standard color Lime. Its digital footprint relies on 7 parts red, 240 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 91% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F016
RGB7, 240, 22
HSL123.9°, 94.3%, 48.4%
CMYK97%, 0%, 91%, 6%
HSV123.9°, 97.1%, 94.1%
LAB83.1, -81.7, 77.3
XYZ31.4, 62.4, 11.2
Decimal520214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.48:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F016;
}
.text-color {
color: #07F016;
}
.border-color {
border: 2px solid #07F016;
}