#42FF83
A light, vivid green closely aligning with Springgreen.
About #42FF83
At its core, #42FF83 is a light and vivid hue. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(66, 255, 131).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 0% magenta, 49% yellow, and 0% black. With a hue angle of 140.6 degrees, it sits comfortably in the green spectrum.
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#42FF83
RGB66, 255, 131
HSL140.6°, 100.0%, 62.9%
CMYK74%, 0%, 49%, 0%
HSV140.6°, 74.1%, 100.0%
LAB89.1, -71.7, 46.0
XYZ42.1, 74.3, 33.6
Decimal4390787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.86:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FF83;
}
.text-color {
color: #42FF83;
}
.border-color {
border: 2px solid #42FF83;
}