#97fb13
a balanced, electric green · cool · closest name: lime
RGB
151, 251, 19
HSL
86°, 97%, 53%
CMYK
40, 0, 92, 2
Luminance
0.7562
Every format
| HEX | #97fb13 |
| RGB | rgb(151, 251, 19) |
| HSL | hsl(86, 97%, 53%) |
| CMYK | cmyk(40%, 0%, 92%, 2%) |
| LAB | lab(89.7 -59.1 84.5) |
| LCH | lch(89.7 103.1 125.0) |
| OKLCH | oklch(0.891 0.247 132.7) |
Copy-ready code
/* CSS */
color: #97fb13;
background-color: #97fb13;
/* Tailwind (arbitrary) */
class="text-[#97fb13] bg-[#97fb13]"
/* SCSS */
$brand: #97fb13;
/* SwiftUI */
Color(red: 0.592, green: 0.984, blue: 0.075)
/* Android */
Color.parseColor("#97fb13")Accessibility — WCAG contrast
Aa
#97fb13 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97fb13 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green98.4%
Blue7.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow92.4%
Key (black)1.6%
Color previews
#97fb13 text on a black background
contrast 16.12:1
Card sample
#97fb13 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97fb13;
Background color
Panel with #97fb13 background
background-color: #97fb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97fb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 251, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 251, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97fb13; background: linear-gradient(135deg, #97fb13, #13FB2A);