#49ff46
a balanced, electric green · cool · closest name: lime
RGB
73, 255, 70
HSL
119°, 100%, 64%
CMYK
71, 0, 73, 0
Luminance
0.7338
Every format
| HEX | #49ff46 |
| RGB | rgb(73, 255, 70) |
| HSL | hsl(119, 100%, 64%) |
| CMYK | cmyk(71%, 0%, 73%, 0%) |
| LAB | lab(88.6 -77.5 70.9) |
| LCH | lch(88.6 105.0 137.6) |
| OKLCH | oklch(0.876 0.265 142.7) |
Copy-ready code
/* CSS */
color: #49ff46;
background-color: #49ff46;
/* Tailwind (arbitrary) */
class="text-[#49ff46] bg-[#49ff46]"
/* SCSS */
$brand: #49ff46;
/* SwiftUI */
Color(red: 0.286, green: 1.000, blue: 0.275)
/* Android */
Color.parseColor("#49ff46")Accessibility — WCAG contrast
Aa
#49ff46 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ff46 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green100.0%
Blue27.5%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow72.5%
Key (black)0.0%
Color previews
#49ff46 text on a black background
contrast 15.68:1
Card sample
#49ff46 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ff46;
Background color
Panel with #49ff46 background
background-color: #49ff46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ff46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 255, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 255, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ff46; background: linear-gradient(135deg, #49ff46, #46FFBE);