#4ce82f
a balanced, electric green · cool · closest name: lime
RGB
76, 232, 47
HSL
111°, 80%, 55%
CMYK
67, 0, 80, 9
Luminance
0.5945
Every format
| HEX | #4ce82f |
| RGB | rgb(76, 232, 47) |
| HSL | hsl(111, 80%, 55%) |
| CMYK | cmyk(67%, 0%, 80%, 9%) |
| LAB | lab(81.5 -71.3 71.1) |
| LCH | lch(81.5 100.7 135.1) |
| OKLCH | oklch(0.818 0.251 141.0) |
Copy-ready code
/* CSS */
color: #4ce82f;
background-color: #4ce82f;
/* Tailwind (arbitrary) */
class="text-[#4ce82f] bg-[#4ce82f]"
/* SCSS */
$brand: #4ce82f;
/* SwiftUI */
Color(red: 0.298, green: 0.910, blue: 0.184)
/* Android */
Color.parseColor("#4ce82f")Accessibility — WCAG contrast
Aa
#4ce82f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce82f on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green91.0%
Blue18.4%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow79.7%
Key (black)9.0%
Color previews
#4ce82f text on a black background
contrast 12.89:1
Card sample
#4ce82f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce82f;
Background color
Panel with #4ce82f background
background-color: #4ce82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 232, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 232, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce82f; background: linear-gradient(135deg, #4ce82f, #2FE88D);