#92F092
A light, vivid green closely aligning with Lightgreen.
About #92F092
The hex code #92F092 represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(146, 240, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 39% Cyan, 0% Magenta, 39% Yellow, and 6% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#92F092
RGB146, 240, 146
HSL120.0°, 75.8%, 75.7%
CMYK39%, 0%, 39%, 6%
HSV120.0°, 39.2%, 94.1%
LAB87.2, -46.3, 36.9
XYZ48.2, 70.5, 38.3
Decimal9629842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.10:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F092;
}
.text-color {
color: #92F092;
}
.border-color {
border: 2px solid #92F092;
}