#07CC50
A medium, vivid green closely aligning with Limegreen.
About #07CC50
At its core, #07CC50 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(7, 204, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. The HSL representation is 142.2° hue, 93.4% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07CC50
RGB7, 204, 80
HSL142.2°, 93.4%, 41.4%
CMYK97%, 0%, 61%, 20%
HSV142.2°, 96.6%, 80.0%
LAB72.1, -67.6, 49.0
XYZ23.1, 43.8, 14.8
Decimal511056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.76:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC50;
}
.text-color {
color: #07CC50;
}
.border-color {
border: 2px solid #07CC50;
}