#B6F800
A medium, vivid green closely aligning with Greenyellow.
About #B6F800
Visually, #B6F800 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 0 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, 100% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6F800
RGB182, 248, 0
HSL76.0°, 100.0%, 48.6%
CMYK27%, 0%, 100%, 3%
HSV76.0°, 100.0%, 97.3%
LAB90.4, -47.3, 87.2
XYZ52.9, 77.1, 12.1
Decimal11991040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.42:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F800;
}
.text-color {
color: #B6F800;
}
.border-color {
border: 2px solid #B6F800;
}