#66F092
A light, vivid green closely aligning with Palegreen.
About #66F092
Visually, #66F092 is defined as a vivid green. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 102 red, 240 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 57% cyan, 0% magenta, 39% yellow, and 6% black. With a hue angle of 139.1 degrees, it sits comfortably in the green spectrum.
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#66F092
RGB102, 240, 146
HSL139.1°, 82.1%, 67.1%
CMYK57%, 0%, 39%, 6%
HSV139.1°, 57.5%, 94.1%
LAB85.6, -57.7, 34.4
XYZ41.8, 67.2, 38.0
Decimal6746258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F092;
}
.text-color {
color: #66F092;
}
.border-color {
border: 2px solid #66F092;
}