#07E21D
A medium, vivid green closely aligning with Lime.
About #07E21D
Visually, #07E21D is defined as a vivid green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 7 red, 226 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 87% Yellow, and 11% Black. The HSL representation is 126.0° hue, 94.0% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07E21D
RGB7, 226, 29
HSL126.0°, 94.0%, 45.7%
CMYK97%, 0%, 87%, 11%
HSV126.0°, 96.9%, 88.6%
LAB78.8, -77.8, 72.4
XYZ27.5, 54.5, 10.2
Decimal516637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.91:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E21D;
}
.text-color {
color: #07E21D;
}
.border-color {
border: 2px solid #07E21D;
}