#07C52C
A medium, vivid green closely aligning with Limegreen.
About #07C52C
The precise color #07C52C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 7 red, 197 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 0% Magenta, 78% Yellow, and 23% Black. 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#07C52C
RGB7, 197, 44
HSL131.7°, 93.1%, 40.0%
CMYK96%, 0%, 78%, 23%
HSV131.7°, 96.4%, 77.3%
LAB69.6, -69.0, 60.3
XYZ20.5, 40.2, 9.1
Decimal509228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C52C;
}
.text-color {
color: #07C52C;
}
.border-color {
border: 2px solid #07C52C;
}