#92DB92
A light, moderate green closely aligning with Lightgreen.
About #92DB92
The precise color #92DB92 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(146, 219, 146).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 0% M, 33% Y, and 14% K. The HSL representation is 120.0° hue, 50.3% saturation, and 71.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#92DB92
RGB146, 219, 146
HSL120.0°, 50.3%, 71.6%
CMYK33%, 0%, 33%, 14%
HSV120.0°, 33.3%, 85.9%
LAB81.2, -37.0, 28.9
XYZ42.4, 58.8, 36.3
Decimal9624466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.77:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DB92;
}
.text-color {
color: #92DB92;
}
.border-color {
border: 2px solid #92DB92;
}