#99ee44
a balanced, electric green · cool · closest name: lime
RGB
153, 238, 68
HSL
90°, 83%, 60%
CMYK
36, 0, 71, 7
Luminance
0.6834
Every format
| HEX | #99ee44 |
| RGB | rgb(153, 238, 68) |
| HSL | hsl(90, 83%, 60%) |
| CMYK | cmyk(36%, 0%, 71%, 7%) |
| LAB | lab(86.2 -51.4 70.0) |
| LCH | lch(86.2 86.8 126.3) |
| OKLCH | oklch(0.864 0.214 132.6) |
Copy-ready code
/* CSS */
color: #99ee44;
background-color: #99ee44;
/* Tailwind (arbitrary) */
class="text-[#99ee44] bg-[#99ee44]"
/* SCSS */
$brand: #99ee44;
/* SwiftUI */
Color(red: 0.600, green: 0.933, blue: 0.267)
/* Android */
Color.parseColor("#99ee44")Accessibility — WCAG contrast
Aa
#99ee44 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ee44 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green93.3%
Blue26.7%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow71.4%
Key (black)6.7%
Color previews
#99ee44 text on a black background
contrast 14.67:1
Card sample
#99ee44 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ee44;
Background color
Panel with #99ee44 background
background-color: #99ee44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ee44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 238, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 238, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ee44; background: linear-gradient(135deg, #99ee44, #44EE60);