#B6E98A
A light, moderate green closely aligning with Lightgreen.
About #B6E98A
The hex code #B6E98A represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 182 red, 233 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 22% Cyan, 0% Magenta, 41% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B6E98A
RGB182, 233, 138
HSL92.2°, 68.3%, 72.7%
CMYK22%, 0%, 41%, 9%
HSV92.2°, 40.8%, 91.4%
LAB87.0, -32.5, 40.9
XYZ53.0, 70.1, 34.8
Decimal11987338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.01:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E98A;
}
.text-color {
color: #B6E98A;
}
.border-color {
border: 2px solid #B6E98A;
}