#34ce0b
a dark, electric green · cool · closest name: lime
RGB
52, 206, 11
HSL
107°, 90%, 43%
CMYK
75, 0, 95, 19
Luminance
0.4490
Every format
| HEX | #34ce0b |
| RGB | rgb(52, 206, 11) |
| HSL | hsl(107, 90%, 43%) |
| CMYK | cmyk(75%, 0%, 95%, 19%) |
| LAB | lab(72.8 -68.8 70.3) |
| LCH | lch(72.8 98.4 134.4) |
| OKLCH | oklch(0.743 0.242 141.0) |
Copy-ready code
/* CSS */
color: #34ce0b;
background-color: #34ce0b;
/* Tailwind (arbitrary) */
class="text-[#34ce0b] bg-[#34ce0b]"
/* SCSS */
$brand: #34ce0b;
/* SwiftUI */
Color(red: 0.204, green: 0.808, blue: 0.043)
/* Android */
Color.parseColor("#34ce0b")Accessibility — WCAG contrast
Aa
#34ce0b on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34ce0b on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green80.8%
Blue4.3%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow94.7%
Key (black)19.2%
Color previews
#34ce0b text on a black background
contrast 9.98:1
Card sample
#34ce0b text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34ce0b;
Background color
Panel with #34ce0b background
background-color: #34ce0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34ce0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 206, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 206, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34ce0b; background: linear-gradient(135deg, #34ce0b, #0BCE64);