#92D383
A light, moderate green closely aligning with Lightgreen.
About #92D383
Visually, #92D383 is defined as a moderate green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(146, 211, 131).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. With a hue angle of 108.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92D383
RGB146, 211, 131
HSL108.8°, 47.6%, 67.1%
CMYK31%, 0%, 38%, 17%
HSV108.8°, 37.9%, 82.7%
LAB78.7, -35.7, 33.2
XYZ39.2, 54.3, 29.9
Decimal9622403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.87:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D383;
}
.text-color {
color: #92D383;
}
.border-color {
border: 2px solid #92D383;
}