#07CC7C
A medium, vivid green closely aligning with Mediumseagreen.
About #07CC7C
The hex code #07CC7C represents a beautifully specific shade of green. Its closest recognized web color is Mediumseagreen. Its digital footprint relies on 7 parts red, 204 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 39% Yellow, and 20% Black. The HSL representation is 155.6° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#07CC7C
RGB7, 204, 124
HSL155.6°, 93.4%, 41.4%
CMYK97%, 0%, 39%, 20%
HSV155.6°, 96.6%, 80.0%
LAB72.7, -60.5, 28.3
XYZ25.3, 44.7, 26.4
Decimal511100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC7C;
}
.text-color {
color: #07CC7C;
}
.border-color {
border: 2px solid #07CC7C;
}