#07C557
A medium, vivid green closely aligning with Limegreen.
About #07C557
At its core, #07C557 is a medium and vivid hue. 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 87.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 0% M, 56% Y, and 23% K. With a hue angle of 145.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07C557
RGB7, 197, 87
HSL145.3°, 93.1%, 40.0%
CMYK96%, 0%, 56%, 23%
HSV145.3°, 96.4%, 77.3%
LAB69.9, -64.5, 43.3
XYZ21.8, 40.7, 15.7
Decimal509271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C557;
}
.text-color {
color: #07C557;
}
.border-color {
border: 2px solid #07C557;
}