#66F0A0
A light, vivid green closely aligning with Lightgreen.
About #66F0A0
Visually, #66F0A0 is defined as a vivid green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 240, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 0% Magenta, 33% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66F0A0
RGB102, 240, 160
HSL145.2°, 82.1%, 67.1%
CMYK57%, 0%, 33%, 6%
HSV145.2°, 57.5%, 94.1%
LAB85.8, -55.2, 27.7
XYZ43.0, 67.7, 44.1
Decimal6746272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.54:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0A0;
}
.text-color {
color: #66F0A0;
}
.border-color {
border: 2px solid #66F0A0;
}