#07CC75
A medium, vivid green closely aligning with Mediumseagreen.
About #07CC75
Visually, #07CC75 is defined as a vivid green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 7 red, 204 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 0% Magenta, 43% Yellow, and 20% Black. With a hue angle of 153.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07CC75
RGB7, 204, 117
HSL153.5°, 93.4%, 41.4%
CMYK97%, 0%, 43%, 20%
HSV153.5°, 96.6%, 80.0%
LAB72.6, -61.9, 31.7
XYZ24.9, 44.5, 24.1
Decimal511093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.90:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC75;
}
.text-color {
color: #07CC75;
}
.border-color {
border: 2px solid #07CC75;
}