#07F875
A medium, vivid green closely aligning with Springgreen.
About #07F875
The hex code #07F875 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(7, 248, 117).
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 53% Yellow, and 3% Black. The HSL representation is 147.4° hue, 94.5% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F875
RGB7, 248, 117
HSL147.4°, 94.5%, 50.0%
CMYK97%, 0%, 53%, 3%
HSV147.4°, 97.2%, 97.3%
LAB86.2, -76.0, 48.9
XYZ36.9, 68.5, 28.1
Decimal522357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F875;
}
.text-color {
color: #07F875;
}
.border-color {
border: 2px solid #07F875;
}