#4cf548
a balanced, electric green · cool · closest name: lime
RGB
76, 245, 72
HSL
119°, 90%, 62%
CMYK
69, 0, 71, 4
Luminance
0.6731
Every format
| HEX | #4cf548 |
| RGB | rgb(76, 245, 72) |
| HSL | hsl(119, 90%, 62%) |
| CMYK | cmyk(69%, 0%, 71%, 4%) |
| LAB | lab(85.7 -73.8 67.2) |
| LCH | lch(85.7 99.8 137.7) |
| OKLCH | oklch(0.852 0.252 142.7) |
Copy-ready code
/* CSS */
color: #4cf548;
background-color: #4cf548;
/* Tailwind (arbitrary) */
class="text-[#4cf548] bg-[#4cf548]"
/* SCSS */
$brand: #4cf548;
/* SwiftUI */
Color(red: 0.298, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#4cf548")Accessibility — WCAG contrast
Aa
#4cf548 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf548 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green96.1%
Blue28.2%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#4cf548 text on a black background
contrast 14.46:1
Card sample
#4cf548 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf548;
Background color
Panel with #4cf548 background
background-color: #4cf548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf548; background: linear-gradient(135deg, #4cf548, #48F5B7);