#99FF66
A light, vivid green closely aligning with Greenyellow.
About #99FF66
Visually, #99FF66 is defined as a vivid green. Designers often compare it to the standard color Greenyellow. Its digital footprint relies on 153 parts red, 255 parts green, and 102 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 40% cyan, 0% magenta, 60% yellow, and 0% black. The HSL representation is 100.0° hue, 100.0% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99FF66
RGB153, 255, 102
HSL100.0°, 100.0%, 70.0%
CMYK40%, 0%, 60%, 0%
HSV100.0°, 60.0%, 100.0%
LAB91.3, -55.6, 62.3
XYZ51.3, 79.3, 25.2
Decimal10092390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.85:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF66;
}
.text-color {
color: #99FF66;
}
.border-color {
border: 2px solid #99FF66;
}