#07B650
A dark, vivid green closely aligning with Forestgreen.
About #07B650
Visually, #07B650 is defined as a vivid green. It is closely associated with the named CSS color Forestgreen. In the RGB color space, it consists of 7 red, 182 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. With a hue angle of 145.0 degrees, it sits comfortably in the green spectrum.
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#07B650
RGB7, 182, 80
HSL145.0°, 92.6%, 37.1%
CMYK96%, 0%, 56%, 29%
HSV145.0°, 96.2%, 71.4%
LAB65.0, -60.7, 40.7
XYZ18.3, 34.1, 13.2
Decimal505424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.82:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B650;
}
.text-color {
color: #07B650;
}
.border-color {
border: 2px solid #07B650;
}