#07C53A
A medium, vivid green closely aligning with Limegreen.
About #07C53A
The precise color #07C53A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 197, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 71% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07C53A
RGB7, 197, 58
HSL136.1°, 93.1%, 40.0%
CMYK96%, 0%, 71%, 23%
HSV136.1°, 96.4%, 77.3%
LAB69.7, -67.9, 55.5
XYZ20.8, 40.3, 10.7
Decimal509242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C53A;
}
.text-color {
color: #07C53A;
}
.border-color {
border: 2px solid #07C53A;
}