#70ea59
a balanced, electric green · cool · closest name: lime
RGB
112, 234, 89
HSL
111°, 78%, 63%
CMYK
52, 0, 62, 8
Luminance
0.6301
Every format
| HEX | #70ea59 |
| RGB | rgb(112, 234, 89) |
| HSL | hsl(111, 78%, 63%) |
| CMYK | cmyk(52%, 0%, 62%, 8%) |
| LAB | lab(83.5 -60.6 58.5) |
| LCH | lch(83.5 84.2 136.0) |
| OKLCH | oklch(0.837 0.215 140.6) |
Copy-ready code
/* CSS */
color: #70ea59;
background-color: #70ea59;
/* Tailwind (arbitrary) */
class="text-[#70ea59] bg-[#70ea59]"
/* SCSS */
$brand: #70ea59;
/* SwiftUI */
Color(red: 0.439, green: 0.918, blue: 0.349)
/* Android */
Color.parseColor("#70ea59")Accessibility — WCAG contrast
Aa
#70ea59 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ea59 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green91.8%
Blue34.9%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow62.0%
Key (black)8.2%
Color previews
#70ea59 text on a black background
contrast 13.60:1
Card sample
#70ea59 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ea59;
Background color
Panel with #70ea59 background
background-color: #70ea59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ea59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 234, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 234, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ea59; background: linear-gradient(135deg, #70ea59, #59EAA3);