#B6F042
A light, vivid green closely aligning with Greenyellow.
About #B6F042
When working with digital screens, the color #B6F042 is rendered by mixing light. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 182 parts red, 240 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 72% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
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#B6F042
RGB182, 240, 66
HSL80.0°, 85.3%, 60.0%
CMYK24%, 0%, 72%, 6%
HSV80.0°, 72.5%, 94.1%
LAB88.3, -42.1, 73.2
XYZ51.4, 72.7, 16.5
Decimal11989058
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.53:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F042;
}
.text-color {
color: #B6F042;
}
.border-color {
border: 2px solid #B6F042;
}