#66FF92
A light, vivid green closely aligning with Mediumspringgreen.
About #66FF92
At its core, #66FF92 is a light and vivid hue. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(102, 255, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 0% magenta, 43% yellow, and 0% black. The HSL representation is 137.3° hue, 100.0% saturation, and 70.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66FF92
RGB102, 255, 146
HSL137.3°, 100.0%, 70.0%
CMYK60%, 0%, 43%, 0%
HSV137.3°, 60.0%, 100.0%
LAB90.1, -63.4, 40.2
XYZ46.4, 76.4, 39.5
Decimal6750098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.28:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF92;
}
.text-color {
color: #66FF92;
}
.border-color {
border: 2px solid #66FF92;
}