#34e708
a balanced, electric green · cool · closest name: lime
RGB
52, 231, 8
HSL
108°, 93%, 47%
CMYK
78, 0, 97, 9
Luminance
0.5790
Every format
| HEX | #34e708 |
| RGB | rgb(52, 231, 8) |
| HSL | hsl(108, 93%, 47%) |
| CMYK | cmyk(78%, 0%, 97%, 9%) |
| LAB | lab(80.7 -76.2 77.0) |
| LCH | lch(80.7 108.3 134.7) |
| OKLCH | oklch(0.809 0.266 141.3) |
Copy-ready code
/* CSS */
color: #34e708;
background-color: #34e708;
/* Tailwind (arbitrary) */
class="text-[#34e708] bg-[#34e708]"
/* SCSS */
$brand: #34e708;
/* SwiftUI */
Color(red: 0.204, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#34e708")Accessibility — WCAG contrast
Aa
#34e708 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34e708 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green90.6%
Blue3.1%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow96.5%
Key (black)9.4%
Color previews
#34e708 text on a black background
contrast 12.58:1
Card sample
#34e708 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34e708;
Background color
Panel with #34e708 background
background-color: #34e708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34e708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34e708; background: linear-gradient(135deg, #34e708, #08E771);