#00CC07
A medium, vivid green closely aligning with Limegreen.
About #00CC07
At its core, #00CC07 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 204, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 97% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00CC07
RGB0, 204, 7
HSL122.1°, 100.0%, 40.0%
CMYK100%, 0%, 97%, 20%
HSV122.1°, 100.0%, 80.0%
LAB71.7, -72.7, 69.6
XYZ21.6, 43.2, 7.4
Decimal52231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC07;
}
.text-color {
color: #00CC07;
}
.border-color {
border: 2px solid #00CC07;
}