#4cf261
a balanced, electric green · cool · closest name: lime
RGB
76, 242, 97
HSL
128°, 87%, 62%
CMYK
69, 0, 60, 5
Luminance
0.6590
Every format
| HEX | #4cf261 |
| RGB | rgb(76, 242, 97) |
| HSL | hsl(128, 87%, 62%) |
| CMYK | cmyk(69%, 0%, 60%, 5%) |
| LAB | lab(85.0 -70.4 56.5) |
| LCH | lch(85.0 90.3 141.2) |
| OKLCH | oklch(0.847 0.232 145.1) |
Copy-ready code
/* CSS */
color: #4cf261;
background-color: #4cf261;
/* Tailwind (arbitrary) */
class="text-[#4cf261] bg-[#4cf261]"
/* SCSS */
$brand: #4cf261;
/* SwiftUI */
Color(red: 0.298, green: 0.949, blue: 0.380)
/* Android */
Color.parseColor("#4cf261")Accessibility — WCAG contrast
Aa
#4cf261 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf261 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green94.9%
Blue38.0%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow59.9%
Key (black)5.1%
Color previews
#4cf261 text on a black background
contrast 14.18:1
Card sample
#4cf261 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf261;
Background color
Panel with #4cf261 background
background-color: #4cf261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 242, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 242, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf261; background: linear-gradient(135deg, #4cf261, #4CF2D0);