#93f151
a balanced, electric green · cool · closest name: lime
RGB
147, 241, 81
HSL
95°, 85%, 63%
CMYK
39, 0, 66, 6
Luminance
0.6971
Every format
| HEX | #93f151 |
| RGB | rgb(147, 241, 81) |
| HSL | hsl(95, 85%, 63%) |
| CMYK | cmyk(39%, 0%, 66%, 6%) |
| LAB | lab(86.8 -53.7 65.8) |
| LCH | lch(86.8 85.0 129.2) |
| OKLCH | oklch(0.869 0.212 134.9) |
Copy-ready code
/* CSS */
color: #93f151;
background-color: #93f151;
/* Tailwind (arbitrary) */
class="text-[#93f151] bg-[#93f151]"
/* SCSS */
$brand: #93f151;
/* SwiftUI */
Color(red: 0.576, green: 0.945, blue: 0.318)
/* Android */
Color.parseColor("#93f151")Accessibility — WCAG contrast
Aa
#93f151 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#93f151 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green94.5%
Blue31.8%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow66.4%
Key (black)5.5%
Color previews
#93f151 text on a black background
contrast 14.94:1
Card sample
#93f151 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93f151;
Background color
Panel with #93f151 background
background-color: #93f151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93f151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 241, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 241, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93f151; background: linear-gradient(135deg, #93f151, #51F17A);