#b4fd2c
a balanced, electric green · cool · closest name: yellow
RGB
180, 253, 44
HSL
81°, 98%, 58%
CMYK
29, 0, 83, 1
Luminance
0.8014
Every format
| HEX | #b4fd2c |
| RGB | rgb(180, 253, 44) |
| HSL | hsl(81, 98%, 58%) |
| CMYK | cmyk(29%, 0%, 83%, 1%) |
| LAB | lab(91.8 -49.3 82.5) |
| LCH | lch(91.8 96.1 120.8) |
| OKLCH | oklch(0.912 0.229 128.3) |
Copy-ready code
/* CSS */
color: #b4fd2c;
background-color: #b4fd2c;
/* Tailwind (arbitrary) */
class="text-[#b4fd2c] bg-[#b4fd2c]"
/* SCSS */
$brand: #b4fd2c;
/* SwiftUI */
Color(red: 0.706, green: 0.992, blue: 0.173)
/* Android */
Color.parseColor("#b4fd2c")Accessibility — WCAG contrast
Aa
#b4fd2c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4fd2c on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green99.2%
Blue17.3%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow82.6%
Key (black)0.8%
Color previews
#b4fd2c text on a black background
contrast 17.03:1
Card sample
#b4fd2c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4fd2c;
Background color
Panel with #b4fd2c background
background-color: #b4fd2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4fd2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 253, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 253, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4fd2c; background: linear-gradient(135deg, #b4fd2c, #2CFD2F);