#bdff2f
a balanced, electric green · cool · closest name: yellow
RGB
189, 255, 47
HSL
79°, 100%, 59%
CMYK
26, 0, 82, 0
Luminance
0.8254
Every format
| HEX | #bdff2f |
| RGB | rgb(189, 255, 47) |
| HSL | hsl(79, 100%, 59%) |
| CMYK | cmyk(26%, 0%, 82%, 0%) |
| LAB | lab(92.8 -46.7 83.0) |
| LCH | lch(92.8 95.2 119.4) |
| OKLCH | oklch(0.922 0.226 126.9) |
Copy-ready code
/* CSS */
color: #bdff2f;
background-color: #bdff2f;
/* Tailwind (arbitrary) */
class="text-[#bdff2f] bg-[#bdff2f]"
/* SCSS */
$brand: #bdff2f;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.184)
/* Android */
Color.parseColor("#bdff2f")Accessibility — WCAG contrast
Aa
#bdff2f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdff2f on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue18.4%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow81.6%
Key (black)0.0%
Color previews
#bdff2f text on a black background
contrast 17.51:1
Card sample
#bdff2f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdff2f;
Background color
Panel with #bdff2f background
background-color: #bdff2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdff2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdff2f; background: linear-gradient(135deg, #bdff2f, #32FF2F);