#92CC7C
A light, moderate green closely aligning with Lightgreen.
About #92CC7C
The precise color #92CC7C is an excellent choice for modern design projects. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 146 red, 204 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 28% cyan, 0% magenta, 39% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92CC7C
RGB146, 204, 124
HSL103.5°, 44.0%, 64.3%
CMYK28%, 0%, 39%, 20%
HSV103.5°, 39.2%, 80.0%
LAB76.5, -33.5, 34.0
XYZ37.1, 50.8, 26.9
Decimal9620604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC7C;
}
.text-color {
color: #92CC7C;
}
.border-color {
border: 2px solid #92CC7C;
}