#83FF42
A light, vivid green closely aligning with Lawngreen.
About #83FF42
At its core, #83FF42 is a light and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 255, and 66.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 49% C, 0% M, 74% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
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#83FF42
RGB131, 255, 66
HSL99.4°, 100.0%, 62.9%
CMYK49%, 0%, 74%, 0%
HSV99.4°, 74.1%, 100.0%
LAB90.2, -64.9, 74.3
XYZ46.1, 76.7, 17.5
Decimal8650562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83FF42;
}
.text-color {
color: #83FF42;
}
.border-color {
border: 2px solid #83FF42;
}