#70f921
a balanced, electric green · cool · closest name: lime
RGB
112, 249, 33
HSL
98°, 95%, 55%
CMYK
55, 0, 87, 2
Luminance
0.7131
Every format
| HEX | #70f921 |
| RGB | rgb(112, 249, 33) |
| HSL | hsl(98, 95%, 55%) |
| CMYK | cmyk(55%, 0%, 87%, 2%) |
| LAB | lab(87.6 -69.4 80.1) |
| LCH | lch(87.6 106.0 130.9) |
| OKLCH | oklch(0.871 0.260 137.8) |
Copy-ready code
/* CSS */
color: #70f921;
background-color: #70f921;
/* Tailwind (arbitrary) */
class="text-[#70f921] bg-[#70f921]"
/* SCSS */
$brand: #70f921;
/* SwiftUI */
Color(red: 0.439, green: 0.976, blue: 0.129)
/* Android */
Color.parseColor("#70f921")Accessibility — WCAG contrast
Aa
#70f921 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70f921 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green97.6%
Blue12.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow86.7%
Key (black)2.4%
Color previews
#70f921 text on a black background
contrast 15.26:1
Card sample
#70f921 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70f921;
Background color
Panel with #70f921 background
background-color: #70f921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70f921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 249, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 249, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70f921; background: linear-gradient(135deg, #70f921, #21F962);