#66F857
A light, vivid green closely aligning with Limegreen.
About #66F857
When working with digital screens, the color #66F857 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(102, 248, 87).
If you are designing for print, the four-color process is what matters most. The color uses 59% Cyan, 0% Magenta, 65% Yellow, and 3% Black. With a hue angle of 114.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F857
RGB102, 248, 87
HSL114.4°, 92.0%, 65.7%
CMYK59%, 0%, 65%, 3%
HSV114.4°, 64.9%, 97.3%
LAB87.3, -68.2, 63.5
XYZ40.8, 70.6, 20.5
Decimal6748247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.13:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F857;
}
.text-color {
color: #66F857;
}
.border-color {
border: 2px solid #66F857;
}