#42FF92
A light, vivid green closely aligning with Mediumspringgreen.
About #42FF92
At its core, #42FF92 is a light and vivid hue. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 66 red, 255 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 0% magenta, 43% yellow, and 0% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#42FF92
RGB66, 255, 146
HSL145.4°, 100.0%, 62.9%
CMYK74%, 0%, 43%, 0%
HSV145.4°, 74.1%, 100.0%
LAB89.3, -69.4, 39.1
XYZ43.2, 74.8, 39.3
Decimal4390802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FF92;
}
.text-color {
color: #42FF92;
}
.border-color {
border: 2px solid #42FF92;
}