#BDFF07
A medium, vivid green closely aligning with Greenyellow.
About #BDFF07
At its core, #BDFF07 is a medium and vivid hue. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(189, 255, 7).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. With a hue angle of 76.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDFF07
RGB189, 255, 7
HSL76.0°, 100.0%, 51.4%
CMYK26%, 0%, 97%, 0%
HSV76.0°, 97.3%, 100.0%
LAB92.7, -47.6, 88.7
XYZ56.8, 82.4, 13.1
Decimal12451591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.47:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF07;
}
.text-color {
color: #BDFF07;
}
.border-color {
border: 2px solid #BDFF07;
}