#4bec49
a balanced, electric green · cool · closest name: lime
RGB
75, 236, 73
HSL
119°, 81%, 61%
CMYK
68, 0, 69, 8
Luminance
0.6197
Every format
| HEX | #4bec49 |
| RGB | rgb(75, 236, 73) |
| HSL | hsl(119, 81%, 61%) |
| CMYK | cmyk(68%, 0%, 69%, 8%) |
| LAB | lab(82.9 -71.0 64.0) |
| LCH | lch(82.9 95.5 138.0) |
| OKLCH | oklch(0.829 0.242 142.9) |
Copy-ready code
/* CSS */
color: #4bec49;
background-color: #4bec49;
/* Tailwind (arbitrary) */
class="text-[#4bec49] bg-[#4bec49]"
/* SCSS */
$brand: #4bec49;
/* SwiftUI */
Color(red: 0.294, green: 0.925, blue: 0.286)
/* Android */
Color.parseColor("#4bec49")Accessibility — WCAG contrast
Aa
#4bec49 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bec49 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green92.5%
Blue28.6%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow69.1%
Key (black)7.5%
Color previews
#4bec49 text on a black background
contrast 13.39:1
Card sample
#4bec49 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bec49;
Background color
Panel with #4bec49 background
background-color: #4bec49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bec49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 236, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 236, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bec49; background: linear-gradient(135deg, #4bec49, #49ECB4);