#66FF3A
A light, vivid green closely aligning with Lawngreen.
About #66FF3A
Visually, #66FF3A is defined as a vivid green. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(102, 255, 58).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 0% magenta, 77% yellow, and 0% black. The HSL representation is 106.6° hue, 100.0% saturation, and 61.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66FF3A
RGB102, 255, 58
HSL106.6°, 100.0%, 61.4%
CMYK60%, 0%, 77%, 0%
HSV106.6°, 77.3%, 100.0%
LAB89.2, -72.7, 75.5
XYZ42.0, 74.7, 16.2
Decimal6750010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF3A;
}
.text-color {
color: #66FF3A;
}
.border-color {
border: 2px solid #66FF3A;
}