#b3ef1c
a balanced, electric green · cool · closest name: yellow
RGB
179, 239, 28
HSL
77°, 87%, 52%
CMYK
25, 0, 88, 6
Luminance
0.7140
Every format
| HEX | #b3ef1c |
| RGB | rgb(179, 239, 28) |
| HSL | hsl(77, 87%, 52%) |
| CMYK | cmyk(25%, 0%, 88%, 6%) |
| LAB | lab(87.7 -44.2 82.2) |
| LCH | lch(87.7 93.3 118.3) |
| OKLCH | oklch(0.879 0.219 126.1) |
Copy-ready code
/* CSS */
color: #b3ef1c;
background-color: #b3ef1c;
/* Tailwind (arbitrary) */
class="text-[#b3ef1c] bg-[#b3ef1c]"
/* SCSS */
$brand: #b3ef1c;
/* SwiftUI */
Color(red: 0.702, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#b3ef1c")Accessibility — WCAG contrast
Aa
#b3ef1c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ef1c on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.7%
Blue11.0%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#b3ef1c text on a black background
contrast 15.28:1
Card sample
#b3ef1c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ef1c;
Background color
Panel with #b3ef1c background
background-color: #b3ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ef1c; background: linear-gradient(135deg, #b3ef1c, #26EF1C);