#07D357
A medium, vivid green closely aligning with Limegreen.
About #07D357
Visually, #07D357 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 211, and 87.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. The HSL representation is 143.5° hue, 93.6% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07D357
RGB7, 211, 87
HSL143.5°, 93.6%, 42.7%
CMYK97%, 0%, 59%, 17%
HSV143.5°, 96.7%, 82.7%
LAB74.4, -68.8, 48.5
XYZ25.1, 47.3, 16.8
Decimal512855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D357;
}
.text-color {
color: #07D357;
}
.border-color {
border: 2px solid #07D357;
}