#4cf342
a balanced, electric green · cool · closest name: lime
RGB
76, 243, 66
HSL
117°, 88%, 61%
CMYK
69, 0, 73, 5
Luminance
0.6603
Every format
| HEX | #4cf342 |
| RGB | rgb(76, 243, 66) |
| HSL | hsl(117, 88%, 61%) |
| CMYK | cmyk(69%, 0%, 73%, 5%) |
| LAB | lab(85.0 -73.6 68.6) |
| LCH | lch(85.0 100.6 137.0) |
| OKLCH | oklch(0.847 0.253 142.3) |
Copy-ready code
/* CSS */
color: #4cf342;
background-color: #4cf342;
/* Tailwind (arbitrary) */
class="text-[#4cf342] bg-[#4cf342]"
/* SCSS */
$brand: #4cf342;
/* SwiftUI */
Color(red: 0.298, green: 0.953, blue: 0.259)
/* Android */
Color.parseColor("#4cf342")Accessibility — WCAG contrast
Aa
#4cf342 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf342 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.3%
Blue25.9%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow72.8%
Key (black)4.7%
Color previews
#4cf342 text on a black background
contrast 14.21:1
Card sample
#4cf342 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf342;
Background color
Panel with #4cf342 background
background-color: #4cf342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 243, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 243, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf342; background: linear-gradient(135deg, #4cf342, #42F3AE);