#83F066
A light, vivid green closely aligning with Limegreen.
About #83F066
At its core, #83F066 is a light and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(131, 240, 102).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 45% cyan, 0% magenta, 57% yellow, and 6% black. With a hue angle of 107.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83F066
RGB131, 240, 102
HSL107.4°, 82.1%, 67.1%
CMYK45%, 0%, 57%, 6%
HSV107.4°, 57.5%, 94.1%
LAB86.1, -56.3, 56.1
XYZ42.9, 68.1, 23.5
Decimal8646758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.62:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F066;
}
.text-color {
color: #83F066;
}
.border-color {
border: 2px solid #83F066;
}