#b3ee55
a balanced, electric green · cool · closest name: yellow
RGB
179, 238, 85
HSL
83°, 82%, 63%
CMYK
25, 0, 64, 7
Luminance
0.7139
Every format
| HEX | #b3ee55 |
| RGB | rgb(179, 238, 85) |
| HSL | hsl(83, 82%, 63%) |
| CMYK | cmyk(25%, 0%, 64%, 7%) |
| LAB | lab(87.7 -41.1 65.6) |
| LCH | lch(87.7 77.4 122.0) |
| OKLCH | oklch(0.880 0.190 127.9) |
Copy-ready code
/* CSS */
color: #b3ee55;
background-color: #b3ee55;
/* Tailwind (arbitrary) */
class="text-[#b3ee55] bg-[#b3ee55]"
/* SCSS */
$brand: #b3ee55;
/* SwiftUI */
Color(red: 0.702, green: 0.933, blue: 0.333)
/* Android */
Color.parseColor("#b3ee55")Accessibility — WCAG contrast
Aa
#b3ee55 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ee55 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.3%
Blue33.3%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow64.3%
Key (black)6.7%
Color previews
#b3ee55 text on a black background
contrast 15.28:1
Card sample
#b3ee55 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ee55;
Background color
Panel with #b3ee55 background
background-color: #b3ee55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ee55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 238, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 238, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ee55; background: linear-gradient(135deg, #b3ee55, #55EE5D);