#97f539
a balanced, electric green · cool · closest name: lime
RGB
151, 245, 57
HSL
90°, 90%, 59%
CMYK
38, 0, 77, 4
Luminance
0.7218
Every format
| HEX | #97f539 |
| RGB | rgb(151, 245, 57) |
| HSL | hsl(90, 90%, 59%) |
| CMYK | cmyk(38%, 0%, 77%, 4%) |
| LAB | lab(88.0 -55.5 75.3) |
| LCH | lch(88.0 93.5 126.4) |
| OKLCH | oklch(0.878 0.229 133.2) |
Copy-ready code
/* CSS */
color: #97f539;
background-color: #97f539;
/* Tailwind (arbitrary) */
class="text-[#97f539] bg-[#97f539]"
/* SCSS */
$brand: #97f539;
/* SwiftUI */
Color(red: 0.592, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#97f539")Accessibility — WCAG contrast
Aa
#97f539 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97f539 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green96.1%
Blue22.4%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#97f539 text on a black background
contrast 15.44:1
Card sample
#97f539 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97f539;
Background color
Panel with #97f539 background
background-color: #97f539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97f539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97f539; background: linear-gradient(135deg, #97f539, #39F558);