#92D366
A light, moderate green closely aligning with Lightgreen.
About #92D366
At its core, #92D366 is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(146, 211, 102).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 52% Y, and 17% K. The HSL representation is 95.8° hue, 55.3% saturation, and 61.4% lightness.
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#92D366
RGB146, 211, 102
HSL95.8°, 55.3%, 61.4%
CMYK31%, 0%, 52%, 17%
HSV95.8°, 51.7%, 82.7%
LAB78.3, -39.4, 47.1
XYZ37.5, 53.7, 20.9
Decimal9622374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.73:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D366;
}
.text-color {
color: #92D366;
}
.border-color {
border: 2px solid #92D366;
}