#66FF6D
A light, vivid green closely aligning with Springgreen.
About #66FF6D
At its core, #66FF6D is a light and vivid hue. It is closely associated with the named CSS color Springgreen. Its digital footprint relies on 102 parts red, 255 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 0% M, 57% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66FF6D
RGB102, 255, 109
HSL122.7°, 100.0%, 70.0%
CMYK60%, 0%, 57%, 0%
HSV122.7°, 60.0%, 100.0%
LAB89.6, -68.4, 56.9
XYZ44.0, 75.4, 26.7
Decimal6750061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.09:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF6D;
}
.text-color {
color: #66FF6D;
}
.border-color {
border: 2px solid #66FF6D;
}