#83F07C
A light, vivid green closely aligning with Palegreen.
About #83F07C
At its core, #83F07C is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 240, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 45% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83F07C
RGB131, 240, 124
HSL116.4°, 79.5%, 71.4%
CMYK45%, 0%, 48%, 6%
HSV116.4°, 48.3%, 94.1%
LAB86.3, -53.7, 46.3
XYZ44.2, 68.6, 30.0
Decimal8646780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F07C;
}
.text-color {
color: #83F07C;
}
.border-color {
border: 2px solid #83F07C;
}