#66F083
A light, vivid green closely aligning with Palegreen.
About #66F083
The hex code #66F083 represents a beautifully specific shade of green. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(102, 240, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 57% Cyan, 0% Magenta, 45% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66F083
RGB102, 240, 131
HSL132.6°, 82.1%, 67.1%
CMYK57%, 0%, 45%, 6%
HSV132.6°, 57.5%, 94.1%
LAB85.4, -60.1, 41.5
XYZ40.7, 66.8, 32.2
Decimal6746243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.36:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F083;
}
.text-color {
color: #66F083;
}
.border-color {
border: 2px solid #66F083;
}