#B6F842
A light, vivid green closely aligning with Greenyellow.
About #B6F842
Visually, #B6F842 is defined as a vivid green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 182 red, 248 green, and 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 27% cyan, 0% magenta, 73% yellow, and 3% black. With a hue angle of 81.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6F842
RGB182, 248, 66
HSL81.8°, 92.9%, 61.6%
CMYK27%, 0%, 73%, 3%
HSV81.8°, 73.4%, 97.3%
LAB90.5, -45.5, 75.4
XYZ53.8, 77.5, 17.3
Decimal11991106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.49:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F842;
}
.text-color {
color: #B6F842;
}
.border-color {
border: 2px solid #B6F842;
}