#B6E924
A medium, vivid green closely aligning with Greenyellow.
About #B6E924
Visually, #B6E924 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, 233 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 22% cyan, 0% magenta, 85% yellow, and 9% black. With a hue angle of 75.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#B6E924
RGB182, 233, 36
HSL75.5°, 81.7%, 52.7%
CMYK22%, 0%, 85%, 9%
HSV75.5°, 84.5%, 91.4%
LAB86.2, -40.2, 79.5
XYZ48.7, 68.4, 12.3
Decimal11987236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.67:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6E924;
}
.text-color {
color: #B6E924;
}
.border-color {
border: 2px solid #B6E924;
}