#66FF5F
A light, vivid green closely aligning with Limegreen.
About #66FF5F
Visually, #66FF5F is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 102 red, 255 green, and 95 blue.
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, 63% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FF5F
RGB102, 255, 95
HSL117.4°, 100.0%, 68.6%
CMYK60%, 0%, 63%, 0%
HSV117.4°, 62.7%, 100.0%
LAB89.5, -69.9, 62.6
XYZ43.3, 75.2, 23.1
Decimal6750047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.03:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF5F;
}
.text-color {
color: #66FF5F;
}
.border-color {
border: 2px solid #66FF5F;
}