#34e513
a balanced, electric green · cool · closest name: lime
RGB
52, 229, 19
HSL
111°, 85%, 49%
CMYK
77, 0, 92, 10
Luminance
0.5682
Every format
| HEX | #34e513 |
| RGB | rgb(52, 229, 19) |
| HSL | hsl(111, 85%, 49%) |
| CMYK | cmyk(77%, 0%, 92%, 10%) |
| LAB | lab(80.1 -75.4 75.3) |
| LCH | lch(80.1 106.6 135.0) |
| OKLCH | oklch(0.804 0.263 141.5) |
Copy-ready code
/* CSS */
color: #34e513;
background-color: #34e513;
/* Tailwind (arbitrary) */
class="text-[#34e513] bg-[#34e513]"
/* SCSS */
$brand: #34e513;
/* SwiftUI */
Color(red: 0.204, green: 0.898, blue: 0.075)
/* Android */
Color.parseColor("#34e513")Accessibility — WCAG contrast
Aa
#34e513 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34e513 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green89.8%
Blue7.5%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow91.7%
Key (black)10.2%
Color previews
#34e513 text on a black background
contrast 12.36:1
Card sample
#34e513 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34e513;
Background color
Panel with #34e513 background
background-color: #34e513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34e513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 229, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 229, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34e513; background: linear-gradient(135deg, #34e513, #13E57E);