#94f159
a balanced, electric green · cool · closest name: lime
RGB
148, 241, 89
HSL
97°, 84%, 65%
CMYK
39, 0, 63, 6
Luminance
0.6993
Every format
| HEX | #94f159 |
| RGB | rgb(148, 241, 89) |
| HSL | hsl(97, 84%, 65%) |
| CMYK | cmyk(39%, 0%, 63%, 6%) |
| LAB | lab(87.0 -52.7 62.8) |
| LCH | lch(87.0 82.0 130.0) |
| OKLCH | oklch(0.870 0.206 135.3) |
Copy-ready code
/* CSS */
color: #94f159;
background-color: #94f159;
/* Tailwind (arbitrary) */
class="text-[#94f159] bg-[#94f159]"
/* SCSS */
$brand: #94f159;
/* SwiftUI */
Color(red: 0.580, green: 0.945, blue: 0.349)
/* Android */
Color.parseColor("#94f159")Accessibility — WCAG contrast
Aa
#94f159 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94f159 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green94.5%
Blue34.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow63.1%
Key (black)5.5%
Color previews
#94f159 text on a black background
contrast 14.99:1
Card sample
#94f159 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94f159;
Background color
Panel with #94f159 background
background-color: #94f159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94f159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 241, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 241, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94f159; background: linear-gradient(135deg, #94f159, #59F183);