#B6E992
A light, moderate green closely aligning with Lightgreen.
About #B6E992
At its core, #B6E992 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 182 red, 233 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 22% C, 0% M, 37% Y, and 9% K. With a hue angle of 95.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6E992
RGB182, 233, 146
HSL95.2°, 66.4%, 74.3%
CMYK22%, 0%, 37%, 9%
HSV95.2°, 37.3%, 91.4%
LAB87.1, -31.4, 37.1
XYZ53.6, 70.3, 37.9
Decimal11987346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E992;
}
.text-color {
color: #B6E992;
}
.border-color {
border: 2px solid #B6E992;
}