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