#4fd60f
a dark, electric green · cool · closest name: lime
RGB
79, 214, 15
HSL
101°, 87%, 45%
CMYK
63, 0, 93, 16
Luminance
0.4979
Every format
| HEX | #4fd60f |
| RGB | rgb(79, 214, 15) |
| HSL | hsl(101, 87%, 45%) |
| CMYK | cmyk(63%, 0%, 93%, 16%) |
| LAB | lab(75.9 -66.2 72.6) |
| LCH | lch(75.9 98.3 132.3) |
| OKLCH | oklch(0.771 0.241 139.2) |
Copy-ready code
/* CSS */
color: #4fd60f;
background-color: #4fd60f;
/* Tailwind (arbitrary) */
class="text-[#4fd60f] bg-[#4fd60f]"
/* SCSS */
$brand: #4fd60f;
/* SwiftUI */
Color(red: 0.310, green: 0.839, blue: 0.059)
/* Android */
Color.parseColor("#4fd60f")Accessibility — WCAG contrast
Aa
#4fd60f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd60f on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.9%
Blue5.9%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow93.0%
Key (black)16.1%
Color previews
#4fd60f text on a black background
contrast 10.96:1
Card sample
#4fd60f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd60f;
Background color
Panel with #4fd60f background
background-color: #4fd60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 214, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 214, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd60f; background: linear-gradient(135deg, #4fd60f, #0FD654);