#97ee2f
a balanced, electric green · cool · closest name: lime
RGB
151, 238, 47
HSL
87°, 85%, 56%
CMYK
37, 0, 80, 7
Luminance
0.6793
Every format
| HEX | #97ee2f |
| RGB | rgb(151, 238, 47) |
| HSL | hsl(87, 85%, 56%) |
| CMYK | cmyk(37%, 0%, 80%, 7%) |
| LAB | lab(86.0 -53.2 76.1) |
| LCH | lch(86.0 92.8 124.9) |
| OKLCH | oklch(0.861 0.225 132.1) |
Copy-ready code
/* CSS */
color: #97ee2f;
background-color: #97ee2f;
/* Tailwind (arbitrary) */
class="text-[#97ee2f] bg-[#97ee2f]"
/* SCSS */
$brand: #97ee2f;
/* SwiftUI */
Color(red: 0.592, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#97ee2f")Accessibility — WCAG contrast
Aa
#97ee2f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ee2f on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green93.3%
Blue18.4%
CMYK percentages
Cyan36.6%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#97ee2f text on a black background
contrast 14.59:1
Card sample
#97ee2f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ee2f;
Background color
Panel with #97ee2f background
background-color: #97ee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ee2f; background: linear-gradient(135deg, #97ee2f, #2FEE46);