#B6FF3A
A light, vivid green closely aligning with Greenyellow.
About #B6FF3A
Visually, #B6FF3A is defined as a vivid green. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(182, 255, 58).
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 0% Magenta, 77% Yellow, and 0% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6FF3A
RGB182, 255, 58
HSL82.2°, 100.0%, 61.4%
CMYK29%, 0%, 77%, 0%
HSV82.2°, 77.3%, 100.0%
LAB92.5, -48.9, 79.7
XYZ55.8, 81.8, 16.8
Decimal11992890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.35:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FF3A;
}
.text-color {
color: #B6FF3A;
}
.border-color {
border: 2px solid #B6FF3A;
}