#70f32e
a balanced, electric green · cool · closest name: lime
RGB
112, 243, 46
HSL
100°, 89%, 57%
CMYK
54, 0, 81, 5
Luminance
0.6774
Every format
| HEX | #70f32e |
| RGB | rgb(112, 243, 46) |
| HSL | hsl(100, 89%, 57%) |
| CMYK | cmyk(54%, 0%, 81%, 5%) |
| LAB | lab(85.9 -66.9 75.7) |
| LCH | lch(85.9 101.0 131.5) |
| OKLCH | oklch(0.856 0.249 138.0) |
Copy-ready code
/* CSS */
color: #70f32e;
background-color: #70f32e;
/* Tailwind (arbitrary) */
class="text-[#70f32e] bg-[#70f32e]"
/* SCSS */
$brand: #70f32e;
/* SwiftUI */
Color(red: 0.439, green: 0.953, blue: 0.180)
/* Android */
Color.parseColor("#70f32e")Accessibility — WCAG contrast
Aa
#70f32e on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70f32e on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green95.3%
Blue18.0%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow81.1%
Key (black)4.7%
Color previews
#70f32e text on a black background
contrast 14.55:1
Card sample
#70f32e text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70f32e;
Background color
Panel with #70f32e background
background-color: #70f32e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70f32e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 243, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 243, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70f32e; background: linear-gradient(135deg, #70f32e, #2EF36F);