#07C524
A medium, vivid green closely aligning with Limegreen.
About #07C524
At its core, #07C524 is a medium and vivid hue. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 7 red, 197 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 0% Magenta, 82% Yellow, and 23% Black. The HSL representation is 129.2° hue, 93.1% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07C524
RGB7, 197, 36
HSL129.2°, 93.1%, 40.0%
CMYK96%, 0%, 82%, 23%
HSV129.2°, 96.4%, 77.3%
LAB69.5, -69.5, 62.6
XYZ20.4, 40.1, 8.3
Decimal509220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.02:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C524;
}
.text-color {
color: #07C524;
}
.border-color {
border: 2px solid #07C524;
}