#07FF7C
A medium, vivid green closely aligning with Springgreen.
About #07FF7C
The hex code #07FF7C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. Its digital footprint relies on 7 parts red, 255 parts green, and 124 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, 51% Y, and 0% K. With a hue angle of 148.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07FF7C
RGB7, 255, 124
HSL148.3°, 100.0%, 51.4%
CMYK97%, 0%, 51%, 0%
HSV148.3°, 97.3%, 100.0%
LAB88.5, -77.2, 48.4
XYZ39.5, 73.0, 31.1
Decimal524156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.60:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF7C;
}
.text-color {
color: #07FF7C;
}
.border-color {
border: 2px solid #07FF7C;
}