#46f950
a balanced, electric green · cool · closest name: lime
RGB
70, 249, 80
HSL
123°, 94%, 63%
CMYK
72, 0, 68, 2
Luminance
0.6963
Every format
| HEX | #46f950 |
| RGB | rgb(70, 249, 80) |
| HSL | hsl(123, 94%, 63%) |
| CMYK | cmyk(72%, 0%, 68%, 2%) |
| LAB | lab(86.8 -75.3 65.4) |
| LCH | lch(86.8 99.8 139.0) |
| OKLCH | oklch(0.862 0.253 143.7) |
Copy-ready code
/* CSS */
color: #46f950;
background-color: #46f950;
/* Tailwind (arbitrary) */
class="text-[#46f950] bg-[#46f950]"
/* SCSS */
$brand: #46f950;
/* SwiftUI */
Color(red: 0.275, green: 0.976, blue: 0.314)
/* Android */
Color.parseColor("#46f950")Accessibility — WCAG contrast
Aa
#46f950 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46f950 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green97.6%
Blue31.4%
CMYK percentages
Cyan71.9%
Magenta0.0%
Yellow67.9%
Key (black)2.4%
Color previews
#46f950 text on a black background
contrast 14.93:1
Card sample
#46f950 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46f950;
Background color
Panel with #46f950 background
background-color: #46f950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46f950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 249, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 249, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46f950; background: linear-gradient(135deg, #46f950, #46F9C7);