#B6FF0F
A medium, vivid green closely aligning with Greenyellow.
About #B6FF0F
At its core, #B6FF0F is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(182, 255, 15).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 29% cyan, 0% magenta, 94% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#B6FF0F
RGB182, 255, 15
HSL78.2°, 100.0%, 52.9%
CMYK29%, 0%, 94%, 0%
HSV78.2°, 94.1%, 100.0%
LAB92.4, -50.0, 87.6
XYZ55.1, 81.5, 13.3
Decimal11992847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.30:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FF0F;
}
.text-color {
color: #B6FF0F;
}
.border-color {
border: 2px solid #B6FF0F;
}