#70b113
a dark, electric green · cool · closest name: olivedrab
RGB
112, 177, 19
HSL
85°, 81%, 38%
CMYK
37, 0, 89, 31
Luminance
0.3494
Every format
| HEX | #70b113 |
| RGB | rgb(112, 177, 19) |
| HSL | hsl(85, 81%, 38%) |
| CMYK | cmyk(37%, 0%, 89%, 31%) |
| LAB | lab(65.7 -42.7 64.0) |
| LCH | lch(65.7 77.0 123.7) |
| OKLCH | oklch(0.690 0.184 131.3) |
Copy-ready code
/* CSS */
color: #70b113;
background-color: #70b113;
/* Tailwind (arbitrary) */
class="text-[#70b113] bg-[#70b113]"
/* SCSS */
$brand: #70b113;
/* SwiftUI */
Color(red: 0.439, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#70b113")Accessibility — WCAG contrast
Aa
#70b113 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70b113 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green69.4%
Blue7.5%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#70b113 text on a black background
contrast 7.99:1
Card sample
#70b113 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70b113;
Background color
Panel with #70b113 background
background-color: #70b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70b113; background: linear-gradient(135deg, #70b113, #13B11F);