#07E266
A medium, vivid green closely aligning with Springgreen.
About #07E266
The precise color #07E266 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(7, 226, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 97% C, 0% M, 55% Y, and 11% K. The HSL representation is 146.0° hue, 94.0% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07E266
RGB7, 226, 102
HSL146.0°, 94.0%, 45.7%
CMYK97%, 0%, 55%, 11%
HSV146.0°, 96.9%, 88.6%
LAB79.3, -71.4, 47.4
XYZ29.7, 55.4, 21.7
Decimal516710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E266;
}
.text-color {
color: #07E266;
}
.border-color {
border: 2px solid #07E266;
}