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