#4af340
a balanced, electric green · cool · closest name: lime
RGB
74, 243, 64
HSL
117°, 88%, 60%
CMYK
70, 0, 74, 5
Luminance
0.6593
Every format
| HEX | #4af340 |
| RGB | rgb(74, 243, 64) |
| HSL | hsl(117, 88%, 60%) |
| CMYK | cmyk(70%, 0%, 74%, 5%) |
| LAB | lab(85.0 -74.1 69.2) |
| LCH | lch(85.0 101.4 136.9) |
| OKLCH | oklch(0.846 0.255 142.3) |
Copy-ready code
/* CSS */
color: #4af340;
background-color: #4af340;
/* Tailwind (arbitrary) */
class="text-[#4af340] bg-[#4af340]"
/* SCSS */
$brand: #4af340;
/* SwiftUI */
Color(red: 0.290, green: 0.953, blue: 0.251)
/* Android */
Color.parseColor("#4af340")Accessibility — WCAG contrast
Aa
#4af340 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af340 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green95.3%
Blue25.1%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow73.7%
Key (black)4.7%
Color previews
#4af340 text on a black background
contrast 14.19:1
Card sample
#4af340 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af340;
Background color
Panel with #4af340 background
background-color: #4af340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 243, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 243, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af340; background: linear-gradient(135deg, #4af340, #40F3AD);