#07CC66
A medium, vivid green closely aligning with Mediumspringgreen.
About #07CC66
The hex code #07CC66 represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(7, 204, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 0% magenta, 50% yellow, and 20% black. With a hue angle of 148.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07CC66
RGB7, 204, 102
HSL148.9°, 93.4%, 41.4%
CMYK97%, 0%, 50%, 20%
HSV148.9°, 96.6%, 80.0%
LAB72.4, -64.5, 39.0
XYZ24.1, 44.2, 19.8
Decimal511078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC66;
}
.text-color {
color: #07CC66;
}
.border-color {
border: 2px solid #07CC66;
}