#07C500
A dark, vivid green closely aligning with Limegreen.
About #07C500
The hex code #07C500 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. Its digital footprint relies on 7 parts red, 197 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 96% C, 0% M, 100% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07C500
RGB7, 197, 0
HSL117.9°, 100.0%, 38.6%
CMYK96%, 0%, 100%, 23%
HSV117.9°, 100.0%, 77.3%
LAB69.5, -70.7, 68.5
XYZ20.1, 40.0, 6.7
Decimal509184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.00:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C500;
}
.text-color {
color: #07C500;
}
.border-color {
border: 2px solid #07C500;
}