#97fe2f
a balanced, electric green · cool · closest name: lime
RGB
151, 254, 47
HSL
90°, 99%, 59%
CMYK
41, 0, 82, 0
Luminance
0.7767
Every format
| HEX | #97fe2f |
| RGB | rgb(151, 254, 47) |
| HSL | hsl(90, 99%, 59%) |
| CMYK | cmyk(41%, 0%, 82%, 0%) |
| LAB | lab(90.6 -59.5 80.3) |
| LCH | lch(90.6 99.9 126.5) |
| OKLCH | oklch(0.899 0.243 133.6) |
Copy-ready code
/* CSS */
color: #97fe2f;
background-color: #97fe2f;
/* Tailwind (arbitrary) */
class="text-[#97fe2f] bg-[#97fe2f]"
/* SCSS */
$brand: #97fe2f;
/* SwiftUI */
Color(red: 0.592, green: 0.996, blue: 0.184)
/* Android */
Color.parseColor("#97fe2f")Accessibility — WCAG contrast
Aa
#97fe2f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fe2f on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green99.6%
Blue18.4%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow81.5%
Key (black)0.4%
Color previews
#97fe2f text on a black background
contrast 16.53:1
Card sample
#97fe2f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fe2f;
Background color
Panel with #97fe2f background
background-color: #97fe2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fe2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 254, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 254, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fe2f; background: linear-gradient(135deg, #97fe2f, #2FFE51);