#70e729
a balanced, electric green · cool · closest name: lime
RGB
112, 231, 41
HSL
98°, 80%, 53%
CMYK
52, 0, 82, 9
Luminance
0.6076
Every format
| HEX | #70e729 |
| RGB | rgb(112, 231, 41) |
| HSL | hsl(98, 80%, 53%) |
| CMYK | cmyk(52%, 0%, 82%, 9%) |
| LAB | lab(82.3 -62.9 73.7) |
| LCH | lch(82.3 96.8 130.5) |
| OKLCH | oklch(0.826 0.238 137.2) |
Copy-ready code
/* CSS */
color: #70e729;
background-color: #70e729;
/* Tailwind (arbitrary) */
class="text-[#70e729] bg-[#70e729]"
/* SCSS */
$brand: #70e729;
/* SwiftUI */
Color(red: 0.439, green: 0.906, blue: 0.161)
/* Android */
Color.parseColor("#70e729")Accessibility — WCAG contrast
Aa
#70e729 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70e729 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green90.6%
Blue16.1%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow82.3%
Key (black)9.4%
Color previews
#70e729 text on a black background
contrast 13.15:1
Card sample
#70e729 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70e729;
Background color
Panel with #70e729 background
background-color: #70e729;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70e729;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 231, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 231, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70e729; background: linear-gradient(135deg, #70e729, #29E761);