#4ffc2d
a balanced, electric green · cool · closest name: lime
RGB
79, 252, 45
HSL
110°, 97%, 58%
CMYK
69, 0, 82, 1
Luminance
0.7147
Every format
| HEX | #4ffc2d |
| RGB | rgb(79, 252, 45) |
| HSL | hsl(110, 97%, 58%) |
| CMYK | cmyk(69%, 0%, 82%, 1%) |
| LAB | lab(87.7 -77.1 77.3) |
| LCH | lch(87.7 109.1 134.9) |
| OKLCH | oklch(0.869 0.271 141.0) |
Copy-ready code
/* CSS */
color: #4ffc2d;
background-color: #4ffc2d;
/* Tailwind (arbitrary) */
class="text-[#4ffc2d] bg-[#4ffc2d]"
/* SCSS */
$brand: #4ffc2d;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.176)
/* Android */
Color.parseColor("#4ffc2d")Accessibility — WCAG contrast
Aa
#4ffc2d on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffc2d on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue17.6%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow82.1%
Key (black)1.2%
Color previews
#4ffc2d text on a black background
contrast 15.29:1
Card sample
#4ffc2d text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffc2d;
Background color
Panel with #4ffc2d background
background-color: #4ffc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffc2d; background: linear-gradient(135deg, #4ffc2d, #2DFC95);