#07E966
A medium, vivid green closely aligning with Springgreen.
About #07E966
Visually, #07E966 is defined as a vivid green. Its closest recognized web color is Springgreen. Its digital footprint relies on 7 parts red, 233 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 0% Magenta, 56% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E966
RGB7, 233, 102
HSL145.2°, 94.2%, 47.1%
CMYK97%, 0%, 56%, 9%
HSV145.2°, 97.0%, 91.4%
LAB81.4, -73.6, 50.0
XYZ31.6, 59.3, 22.3
Decimal518502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.86:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E966;
}
.text-color {
color: #07E966;
}
.border-color {
border: 2px solid #07E966;
}