#b0ff22
a balanced, electric green · cool · closest name: yellow
RGB
176, 255, 34
HSL
81°, 100%, 57%
CMYK
31, 0, 87, 0
Luminance
0.8087
Every format
| HEX | #b0ff22 |
| RGB | rgb(176, 255, 34) |
| HSL | hsl(81, 100%, 57%) |
| CMYK | cmyk(31%, 0%, 87%, 0%) |
| LAB | lab(92.1 -51.8 84.7) |
| LCH | lch(92.1 99.3 121.5) |
| OKLCH | oklch(0.914 0.236 129.2) |
Copy-ready code
/* CSS */
color: #b0ff22;
background-color: #b0ff22;
/* Tailwind (arbitrary) */
class="text-[#b0ff22] bg-[#b0ff22]"
/* SCSS */
$brand: #b0ff22;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.133)
/* Android */
Color.parseColor("#b0ff22")Accessibility — WCAG contrast
Aa
#b0ff22 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ff22 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue13.3%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow86.7%
Key (black)0.0%
Color previews
#b0ff22 text on a black background
contrast 17.17:1
Card sample
#b0ff22 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ff22;
Background color
Panel with #b0ff22 background
background-color: #b0ff22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ff22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ff22; background: linear-gradient(135deg, #b0ff22, #22FF27);