#BDFF0F
A medium, vivid green closely aligning with Greenyellow.
About #BDFF0F
The precise color #BDFF0F is an excellent choice for modern design projects. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(189, 255, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 26% cyan, 0% magenta, 94% yellow, and 0% black. The HSL representation is 76.5° hue, 100.0% saturation, and 52.9% lightness.
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#BDFF0F
RGB189, 255, 15
HSL76.5°, 100.0%, 52.9%
CMYK26%, 0%, 94%, 0%
HSV76.5°, 94.1%, 100.0%
LAB92.7, -47.5, 88.1
XYZ56.8, 82.4, 13.4
Decimal12451599
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.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF0F;
}
.text-color {
color: #BDFF0F;
}
.border-color {
border: 2px solid #BDFF0F;
}