#07F83A
A medium, vivid green closely aligning with Lime.
About #07F83A
Visually, #07F83A is defined as a vivid green. Designers often compare it to the standard color Lime. Its digital footprint relies on 7 parts red, 248 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 77% Yellow, and 3% Black. The HSL representation is 132.7° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07F83A
RGB7, 248, 58
HSL132.7°, 94.5%, 50.0%
CMYK97%, 0%, 77%, 3%
HSV132.7°, 97.2%, 97.3%
LAB85.7, -82.2, 71.6
XYZ34.4, 67.5, 15.2
Decimal522298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.50:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F83A;
}
.text-color {
color: #07F83A;
}
.border-color {
border: 2px solid #07F83A;
}