#07CC99
A medium, vivid green closely aligning with Mediumseagreen.
About #07CC99
Visually, #07CC99 is defined as a vivid green. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(7, 204, 153).
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 25% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#07CC99
RGB7, 204, 153
HSL164.5°, 93.4%, 41.4%
CMYK97%, 0%, 25%, 20%
HSV164.5°, 96.6%, 80.0%
LAB73.2, -54.2, 13.7
XYZ27.4, 45.5, 37.5
Decimal511129
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.11:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC99;
}
.text-color {
color: #07CC99;
}
.border-color {
border: 2px solid #07CC99;
}