#00CC0F
A medium, vivid green closely aligning with Limegreen.
About #00CC0F
Visually, #00CC0F is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 0 parts red, 204 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 93% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#00CC0F
RGB0, 204, 15
HSL124.4°, 100.0%, 40.0%
CMYK100%, 0%, 93%, 20%
HSV124.4°, 100.0%, 80.0%
LAB71.7, -72.5, 68.7
XYZ21.7, 43.2, 7.7
Decimal52239
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: #00CC0F;
}
.text-color {
color: #00CC0F;
}
.border-color {
border: 2px solid #00CC0F;
}