#98f113
a balanced, electric green · cool · closest name: lime
RGB
152, 241, 19
HSL
84°, 89%, 51%
CMYK
37, 0, 92, 6
Luminance
0.6963
Every format
| HEX | #98f113 |
| RGB | rgb(152, 241, 19) |
| HSL | hsl(84, 89%, 51%) |
| CMYK | cmyk(37%, 0%, 92%, 6%) |
| LAB | lab(86.8 -54.9 82.2) |
| LCH | lch(86.8 98.8 123.7) |
| OKLCH | oklch(0.868 0.236 131.5) |
Copy-ready code
/* CSS */
color: #98f113;
background-color: #98f113;
/* Tailwind (arbitrary) */
class="text-[#98f113] bg-[#98f113]"
/* SCSS */
$brand: #98f113;
/* SwiftUI */
Color(red: 0.596, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#98f113")Accessibility — WCAG contrast
Aa
#98f113 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98f113 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green94.5%
Blue7.5%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#98f113 text on a black background
contrast 14.93:1
Card sample
#98f113 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98f113;
Background color
Panel with #98f113 background
background-color: #98f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98f113; background: linear-gradient(135deg, #98f113, #13F122);