#B6FF2C
A medium, vivid green closely aligning with Greenyellow.
About #B6FF2C
Visually, #B6FF2C 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, 255 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 29% Cyan, 0% Magenta, 83% Yellow, and 0% Black. With a hue angle of 80.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6FF2C
RGB182, 255, 44
HSL80.8°, 100.0%, 58.6%
CMYK29%, 0%, 83%, 0%
HSV80.8°, 82.7%, 100.0%
LAB92.4, -49.4, 83.1
XYZ55.5, 81.6, 15.2
Decimal11992876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.33:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FF2C;
}
.text-color {
color: #B6FF2C;
}
.border-color {
border: 2px solid #B6FF2C;
}