#33C500
A dark, vivid green closely aligning with Limegreen.
About #33C500
Visually, #33C500 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 197, and 0.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 0% magenta, 100% yellow, and 23% black. With a hue angle of 104.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33C500
RGB51, 197, 0
HSL104.5°, 100.0%, 38.6%
CMYK74%, 0%, 100%, 23%
HSV104.5°, 100.0%, 77.3%
LAB69.9, -66.5, 69.1
XYZ21.3, 40.6, 6.7
Decimal3392768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33C500;
}
.text-color {
color: #33C500;
}
.border-color {
border: 2px solid #33C500;
}