#b5fd02
a balanced, electric green · cool · closest name: yellow
RGB
181, 253, 2
HSL
77°, 98%, 50%
CMYK
29, 0, 99, 1
Luminance
0.8008
Every format
| HEX | #b5fd02 |
| RGB | rgb(181, 253, 2) |
| HSL | hsl(77, 98%, 50%) |
| CMYK | cmyk(29%, 0%, 99%, 1%) |
| LAB | lab(91.7 -49.7 88.1) |
| LCH | lch(91.7 101.2 119.4) |
| OKLCH | oklch(0.912 0.237 127.6) |
Copy-ready code
/* CSS */
color: #b5fd02;
background-color: #b5fd02;
/* Tailwind (arbitrary) */
class="text-[#b5fd02] bg-[#b5fd02]"
/* SCSS */
$brand: #b5fd02;
/* SwiftUI */
Color(red: 0.710, green: 0.992, blue: 0.008)
/* Android */
Color.parseColor("#b5fd02")Accessibility — WCAG contrast
Aa
#b5fd02 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fd02 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green99.2%
Blue0.8%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow99.2%
Key (black)0.8%
Color previews
#b5fd02 text on a black background
contrast 17.02:1
Card sample
#b5fd02 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fd02;
Background color
Panel with #b5fd02 background
background-color: #b5fd02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fd02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 253, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 253, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fd02; background: linear-gradient(135deg, #b5fd02, #0EFD02);