#66FF33
A light, vivid green closely aligning with Lawngreen.
About #66FF33
Visually, #66FF33 is defined as a vivid green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(102, 255, 51).
If you are designing for print, the four-color process is what matters most. The color uses 60% Cyan, 0% Magenta, 80% Yellow, and 0% Black. With a hue angle of 105.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66FF33
RGB102, 255, 51
HSL105.0°, 100.0%, 60.0%
CMYK60%, 0%, 80%, 0%
HSV105.0°, 80.0%, 100.0%
LAB89.2, -73.1, 77.3
XYZ41.8, 74.6, 15.3
Decimal6750003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF33;
}
.text-color {
color: #66FF33;
}
.border-color {
border: 2px solid #66FF33;
}