#92E299
A light, moderate green closely aligning with Lightgreen.
About #92E299
At its core, #92E299 is a light and moderate hue. Its closest recognized web color is Lightgreen. Its digital footprint relies on 146 parts red, 226 parts green, and 153 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 35% C, 0% M, 32% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92E299
RGB146, 226, 153
HSL125.2°, 58.0%, 72.9%
CMYK35%, 0%, 32%, 11%
HSV125.2°, 35.4%, 88.6%
LAB83.3, -39.1, 28.2
XYZ44.8, 62.8, 39.9
Decimal9626265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E299;
}
.text-color {
color: #92E299;
}
.border-color {
border: 2px solid #92E299;
}