#00CC66
A medium, vivid green closely aligning with Mediumspringgreen.
About #00CC66
Visually, #00CC66 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. In the RGB color space, it consists of 0 red, 204 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00CC66
RGB0, 204, 102
HSL150.0°, 100.0%, 40.0%
CMYK100%, 0%, 50%, 20%
HSV150.0°, 100.0%, 80.0%
LAB72.3, -64.7, 38.9
XYZ24.0, 44.1, 19.8
Decimal52326
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83: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: #00CC66;
}
.text-color {
color: #00CC66;
}
.border-color {
border: 2px solid #00CC66;
}