#97fc2f
a balanced, electric green · cool · closest name: lime
RGB
151, 252, 47
HSL
90°, 97%, 59%
CMYK
40, 0, 81, 1
Luminance
0.7641
Every format
| HEX | #97fc2f |
| RGB | rgb(151, 252, 47) |
| HSL | hsl(90, 97%, 59%) |
| CMYK | cmyk(40%, 0%, 81%, 1%) |
| LAB | lab(90.0 -58.7 79.8) |
| LCH | lch(90.0 99.0 126.3) |
| OKLCH | oklch(0.895 0.241 133.4) |
Copy-ready code
/* CSS */
color: #97fc2f;
background-color: #97fc2f;
/* Tailwind (arbitrary) */
class="text-[#97fc2f] bg-[#97fc2f]"
/* SCSS */
$brand: #97fc2f;
/* SwiftUI */
Color(red: 0.592, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#97fc2f")Accessibility — WCAG contrast
Aa
#97fc2f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fc2f on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.8%
Blue18.4%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#97fc2f text on a black background
contrast 16.28:1
Card sample
#97fc2f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fc2f;
Background color
Panel with #97fc2f background
background-color: #97fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fc2f; background: linear-gradient(135deg, #97fc2f, #2FFC50);