#60ed4f
a balanced, electric green · cool · closest name: lime
RGB
96, 237, 79
HSL
114°, 81%, 62%
CMYK
60, 0, 67, 7
Luminance
0.6362
Every format
| HEX | #60ed4f |
| RGB | rgb(96, 237, 79) |
| HSL | hsl(114, 81%, 62%) |
| CMYK | cmyk(60%, 0%, 67%, 7%) |
| LAB | lab(83.8 -66.5 62.8) |
| LCH | lch(83.8 91.5 136.7) |
| OKLCH | oklch(0.838 0.232 141.6) |
Copy-ready code
/* CSS */
color: #60ed4f;
background-color: #60ed4f;
/* Tailwind (arbitrary) */
class="text-[#60ed4f] bg-[#60ed4f]"
/* SCSS */
$brand: #60ed4f;
/* SwiftUI */
Color(red: 0.376, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#60ed4f")Accessibility — WCAG contrast
Aa
#60ed4f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ed4f on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green92.9%
Blue31.0%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#60ed4f text on a black background
contrast 13.72:1
Card sample
#60ed4f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ed4f;
Background color
Panel with #60ed4f background
background-color: #60ed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ed4f; background: linear-gradient(135deg, #60ed4f, #4FEDA7);