#b4f113
a balanced, electric green · cool · closest name: yellow
RGB
180, 241, 19
HSL
77°, 89%, 51%
CMYK
25, 0, 92, 6
Luminance
0.7266
Every format
| HEX | #b4f113 |
| RGB | rgb(180, 241, 19) |
| HSL | hsl(77, 89%, 51%) |
| CMYK | cmyk(25%, 0%, 92%, 6%) |
| LAB | lab(88.3 -44.8 84.0) |
| LCH | lch(88.3 95.2 118.1) |
| OKLCH | oklch(0.884 0.222 126.1) |
Copy-ready code
/* CSS */
color: #b4f113;
background-color: #b4f113;
/* Tailwind (arbitrary) */
class="text-[#b4f113] bg-[#b4f113]"
/* SCSS */
$brand: #b4f113;
/* SwiftUI */
Color(red: 0.706, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#b4f113")Accessibility — WCAG contrast
Aa
#b4f113 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f113 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.5%
Blue7.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#b4f113 text on a black background
contrast 15.53:1
Card sample
#b4f113 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f113;
Background color
Panel with #b4f113 background
background-color: #b4f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f113; background: linear-gradient(135deg, #b4f113, #20F113);