#00CC33
A medium, vivid green closely aligning with Limegreen.
About #00CC33
Visually, #00CC33 is defined as a vivid green. 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 51.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 75% Y, and 20% K. With a hue angle of 135.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00CC33
RGB0, 204, 51
HSL135.0°, 100.0%, 40.0%
CMYK100%, 0%, 75%, 20%
HSV135.0°, 100.0%, 80.0%
LAB71.8, -70.8, 60.2
XYZ22.2, 43.4, 10.3
Decimal52275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.68:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC33;
}
.text-color {
color: #00CC33;
}
.border-color {
border: 2px solid #00CC33;
}