#70cf44
a balanced, vivid green · cool · closest name: forestgreen
RGB
112, 207, 68
HSL
101°, 59%, 54%
CMYK
46, 0, 67, 19
Luminance
0.4849
Every format
| HEX | #70cf44 |
| RGB | rgb(112, 207, 68) |
| HSL | hsl(101, 59%, 54%) |
| CMYK | cmyk(46%, 0%, 67%, 19%) |
| LAB | lab(75.1 -52.2 58.0) |
| LCH | lch(75.1 78.1 132.0) |
| OKLCH | oklch(0.768 0.196 137.4) |
Copy-ready code
/* CSS */
color: #70cf44;
background-color: #70cf44;
/* Tailwind (arbitrary) */
class="text-[#70cf44] bg-[#70cf44]"
/* SCSS */
$brand: #70cf44;
/* SwiftUI */
Color(red: 0.439, green: 0.812, blue: 0.267)
/* Android */
Color.parseColor("#70cf44")Accessibility — WCAG contrast
Aa
#70cf44 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cf44 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green81.2%
Blue26.7%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow67.1%
Key (black)18.8%
Color previews
#70cf44 text on a black background
contrast 10.70:1
Card sample
#70cf44 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cf44;
Background color
Panel with #70cf44 background
background-color: #70cf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 207, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 207, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cf44; background: linear-gradient(135deg, #70cf44, #44CF75);