#99e44e
a balanced, vivid green · cool · closest name: olivedrab
RGB
153, 228, 78
HSL
90°, 74%, 60%
CMYK
33, 0, 66, 11
Luminance
0.6281
Every format
| HEX | #99e44e |
| RGB | rgb(153, 228, 78) |
| HSL | hsl(90, 74%, 60%) |
| CMYK | cmyk(33%, 0%, 66%, 11%) |
| LAB | lab(83.3 -46.6 63.4) |
| LCH | lch(83.3 78.7 126.3) |
| OKLCH | oklch(0.841 0.195 132.1) |
Copy-ready code
/* CSS */
color: #99e44e;
background-color: #99e44e;
/* Tailwind (arbitrary) */
class="text-[#99e44e] bg-[#99e44e]"
/* SCSS */
$brand: #99e44e;
/* SwiftUI */
Color(red: 0.600, green: 0.894, blue: 0.306)
/* Android */
Color.parseColor("#99e44e")Accessibility — WCAG contrast
Aa
#99e44e on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99e44e on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green89.4%
Blue30.6%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow65.8%
Key (black)10.6%
Color previews
#99e44e text on a black background
contrast 13.56:1
Card sample
#99e44e text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99e44e;
Background color
Panel with #99e44e background
background-color: #99e44e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99e44e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 228, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 228, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99e44e; background: linear-gradient(135deg, #99e44e, #4EE467);