#42FFA8
A light, vivid green closely aligning with Mediumspringgreen.
About #42FFA8
When working with digital screens, the color #42FFA8 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(66, 255, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. The HSL representation is 152.4° hue, 100.0% saturation, and 62.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42FFA8
RGB66, 255, 168
HSL152.4°, 100.0%, 62.9%
CMYK74%, 0%, 34%, 0%
HSV152.4°, 74.1%, 100.0%
LAB89.6, -65.4, 28.6
XYZ45.1, 75.5, 49.2
Decimal4390824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.10:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FFA8;
}
.text-color {
color: #42FFA8;
}
.border-color {
border: 2px solid #42FFA8;
}