#4cf33f
a balanced, electric green · cool · closest name: lime
RGB
76, 243, 63
HSL
116°, 88%, 60%
CMYK
69, 0, 74, 5
Luminance
0.6600
Every format
| HEX | #4cf33f |
| RGB | rgb(76, 243, 63) |
| HSL | hsl(116, 88%, 60%) |
| CMYK | cmyk(69%, 0%, 74%, 5%) |
| LAB | lab(85.0 -73.8 69.6) |
| LCH | lch(85.0 101.4 136.7) |
| OKLCH | oklch(0.846 0.255 142.1) |
Copy-ready code
/* CSS */
color: #4cf33f;
background-color: #4cf33f;
/* Tailwind (arbitrary) */
class="text-[#4cf33f] bg-[#4cf33f]"
/* SCSS */
$brand: #4cf33f;
/* SwiftUI */
Color(red: 0.298, green: 0.953, blue: 0.247)
/* Android */
Color.parseColor("#4cf33f")Accessibility — WCAG contrast
Aa
#4cf33f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf33f on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.3%
Blue24.7%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow74.1%
Key (black)4.7%
Color previews
#4cf33f text on a black background
contrast 14.20:1
Card sample
#4cf33f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf33f;
Background color
Panel with #4cf33f background
background-color: #4cf33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 243, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 243, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf33f; background: linear-gradient(135deg, #4cf33f, #3FF3AA);