#70ff7b
a light, electric green · cool · closest name: lime
RGB
112, 255, 123
HSL
125°, 100%, 72%
CMYK
56, 0, 52, 0
Luminance
0.7639
Every format
| HEX | #70ff7b |
| RGB | rgb(112, 255, 123) |
| HSL | hsl(125, 100%, 72%) |
| CMYK | cmyk(56%, 0%, 52%, 0%) |
| LAB | lab(90.0 -64.5 51.2) |
| LCH | lch(90.0 82.3 141.6) |
| OKLCH | oklch(0.892 0.214 144.9) |
Copy-ready code
/* CSS */
color: #70ff7b;
background-color: #70ff7b;
/* Tailwind (arbitrary) */
class="text-[#70ff7b] bg-[#70ff7b]"
/* SCSS */
$brand: #70ff7b;
/* SwiftUI */
Color(red: 0.439, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#70ff7b")Accessibility — WCAG contrast
Aa
#70ff7b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ff7b on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green100.0%
Blue48.2%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#70ff7b text on a black background
contrast 16.28:1
Card sample
#70ff7b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ff7b;
Background color
Panel with #70ff7b background
background-color: #70ff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ff7b; background: linear-gradient(135deg, #70ff7b, #70FFDA);