#42FFA0
A light, vivid green closely aligning with Mediumspringgreen.
About #42FFA0
The precise color #42FFA0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(66, 255, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 74% cyan, 0% magenta, 37% yellow, and 0% 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. 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#42FFA0
RGB66, 255, 160
HSL149.8°, 100.0%, 62.9%
CMYK74%, 0%, 37%, 0%
HSV149.8°, 74.1%, 100.0%
LAB89.5, -66.9, 32.4
XYZ44.4, 75.2, 45.4
Decimal4390816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.04:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FFA0;
}
.text-color {
color: #42FFA0;
}
.border-color {
border: 2px solid #42FFA0;
}