#07E22C
A medium, vivid green closely aligning with Limegreen.
About #07E22C
Visually, #07E22C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(7, 226, 44).
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, 81% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07E22C
RGB7, 226, 44
HSL130.1°, 94.0%, 45.7%
CMYK97%, 0%, 81%, 11%
HSV130.1°, 96.9%, 88.6%
LAB78.8, -77.1, 69.0
XYZ27.7, 54.6, 11.5
Decimal516652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.92:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E22C;
}
.text-color {
color: #07E22C;
}
.border-color {
border: 2px solid #07E22C;
}