#4af55f
a balanced, electric green · cool · closest name: lime
RGB
74, 245, 95
HSL
127°, 90%, 63%
CMYK
70, 0, 61, 4
Luminance
0.6759
Every format
| HEX | #4af55f |
| RGB | rgb(74, 245, 95) |
| HSL | hsl(127, 90%, 63%) |
| CMYK | cmyk(70%, 0%, 61%, 4%) |
| LAB | lab(85.8 -71.9 58.4) |
| LCH | lch(85.8 92.6 141.0) |
| OKLCH | oklch(0.854 0.237 144.9) |
Copy-ready code
/* CSS */
color: #4af55f;
background-color: #4af55f;
/* Tailwind (arbitrary) */
class="text-[#4af55f] bg-[#4af55f]"
/* SCSS */
$brand: #4af55f;
/* SwiftUI */
Color(red: 0.290, green: 0.961, blue: 0.373)
/* Android */
Color.parseColor("#4af55f")Accessibility — WCAG contrast
Aa
#4af55f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af55f on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green96.1%
Blue37.3%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow61.2%
Key (black)3.9%
Color previews
#4af55f text on a black background
contrast 14.52:1
Card sample
#4af55f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af55f;
Background color
Panel with #4af55f background
background-color: #4af55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 245, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 245, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af55f; background: linear-gradient(135deg, #4af55f, #4AF5D1);