#BDFF2C
A medium, vivid green closely aligning with Greenyellow.
About #BDFF2C
Visually, #BDFF2C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(189, 255, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. With a hue angle of 78.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDFF2C
RGB189, 255, 44
HSL78.8°, 100.0%, 58.6%
CMYK26%, 0%, 83%, 0%
HSV78.8°, 82.7%, 100.0%
LAB92.8, -46.8, 83.6
XYZ57.2, 82.5, 15.3
Decimal12451628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.50:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF2C;
}
.text-color {
color: #BDFF2C;
}
.border-color {
border: 2px solid #BDFF2C;
}