#42F0A8
A light, vivid green closely aligning with Mediumspringgreen.
About #42F0A8
At its core, #42F0A8 is a light and vivid hue. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 66 red, 240 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 72% Cyan, 0% Magenta, 30% Yellow, and 6% Black. With a hue angle of 155.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42F0A8
RGB66, 240, 168
HSL155.2°, 85.3%, 60.0%
CMYK72%, 0%, 30%, 6%
HSV155.2°, 72.5%, 94.1%
LAB85.2, -59.8, 22.5
XYZ40.5, 66.3, 47.7
Decimal4386984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.26:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F0A8;
}
.text-color {
color: #42F0A8;
}
.border-color {
border: 2px solid #42F0A8;
}