#b2ec02
a balanced, electric green · cool · closest name: yellow
RGB
178, 236, 2
HSL
75°, 98%, 47%
CMYK
25, 0, 99, 8
Luminance
0.6946
Every format
| HEX | #b2ec02 |
| RGB | rgb(178, 236, 2) |
| HSL | hsl(75, 98%, 47%) |
| CMYK | cmyk(25%, 0%, 99%, 8%) |
| LAB | lab(86.7 -43.6 84.2) |
| LCH | lch(86.7 94.8 117.4) |
| OKLCH | oklch(0.871 0.220 125.6) |
Copy-ready code
/* CSS */
color: #b2ec02;
background-color: #b2ec02;
/* Tailwind (arbitrary) */
class="text-[#b2ec02] bg-[#b2ec02]"
/* SCSS */
$brand: #b2ec02;
/* SwiftUI */
Color(red: 0.698, green: 0.925, blue: 0.008)
/* Android */
Color.parseColor("#b2ec02")Accessibility — WCAG contrast
Aa
#b2ec02 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ec02 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.5%
Blue0.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow99.2%
Key (black)7.5%
Color previews
#b2ec02 text on a black background
contrast 14.89:1
Card sample
#b2ec02 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ec02;
Background color
Panel with #b2ec02 background
background-color: #b2ec02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ec02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 236, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 236, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ec02; background: linear-gradient(135deg, #b2ec02, #16EC02);