#92DB6D
A light, moderate green closely aligning with Lightgreen.
About #92DB6D
The hex code #92DB6D represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(146, 219, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#92DB6D
RGB146, 219, 109
HSL99.8°, 60.4%, 64.3%
CMYK33%, 0%, 50%, 14%
HSV99.8°, 50.2%, 85.9%
LAB80.7, -42.2, 46.6
XYZ39.9, 57.9, 23.5
Decimal9624429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.58:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DB6D;
}
.text-color {
color: #92DB6D;
}
.border-color {
border: 2px solid #92DB6D;
}