#42F8A0
A light, vivid green closely aligning with Mediumspringgreen.
About #42F8A0
Visually, #42F8A0 is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(66, 248, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 73% cyan, 0% magenta, 35% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#42F8A0
RGB66, 248, 160
HSL151.0°, 92.9%, 61.6%
CMYK73%, 0%, 35%, 3%
HSV151.0°, 73.4%, 97.3%
LAB87.4, -64.4, 29.6
XYZ42.2, 70.8, 44.7
Decimal4389024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.17:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F8A0;
}
.text-color {
color: #42F8A0;
}
.border-color {
border: 2px solid #42F8A0;
}