#92C52C
A medium, moderate green closely aligning with Yellowgreen.
About #92C52C
When working with digital screens, the color #92C52C is rendered by mixing light. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(146, 197, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 26% C, 0% M, 78% Y, and 23% K. The HSL representation is 80.0° hue, 63.5% saturation, and 47.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92C52C
RGB146, 197, 44
HSL80.0°, 63.5%, 47.3%
CMYK26%, 0%, 78%, 23%
HSV80.0°, 77.7%, 77.3%
LAB73.7, -37.8, 65.6
XYZ32.3, 46.2, 9.6
Decimal9618732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.25:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92C52C;
}
.text-color {
color: #92C52C;
}
.border-color {
border: 2px solid #92C52C;
}