#46f700
a balanced, electric green · cool · closest name: lime
RGB
70, 247, 0
HSL
103°, 100%, 48%
CMYK
72, 0, 100, 3
Luminance
0.6782
Every format
| HEX | #46f700 |
| RGB | rgb(70, 247, 0) |
| HSL | hsl(103, 100%, 48%) |
| CMYK | cmyk(72%, 0%, 100%, 3%) |
| LAB | lab(85.9 -78.3 82.0) |
| LCH | lch(85.9 113.3 133.7) |
| OKLCH | oklch(0.853 0.278 140.5) |
Copy-ready code
/* CSS */
color: #46f700;
background-color: #46f700;
/* Tailwind (arbitrary) */
class="text-[#46f700] bg-[#46f700]"
/* SCSS */
$brand: #46f700;
/* SwiftUI */
Color(red: 0.275, green: 0.969, blue: 0.000)
/* Android */
Color.parseColor("#46f700")Accessibility — WCAG contrast
Aa
#46f700 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46f700 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green96.9%
Blue0.0%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow100.0%
Key (black)3.1%
Color previews
#46f700 text on a black background
contrast 14.56:1
Card sample
#46f700 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46f700;
Background color
Panel with #46f700 background
background-color: #46f700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46f700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 247, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 247, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46f700; background: linear-gradient(135deg, #46f700, #00F75F);