#74f566
a light, electric green · cool · closest name: lime
RGB
116, 245, 102
HSL
114°, 88%, 68%
CMYK
53, 0, 58, 4
Luminance
0.6998
Every format
| HEX | #74f566 |
| RGB | rgb(116, 245, 102) |
| HSL | hsl(114, 88%, 68%) |
| CMYK | cmyk(53%, 0%, 58%, 4%) |
| LAB | lab(87.0 -62.3 57.0) |
| LCH | lch(87.0 84.4 137.5) |
| OKLCH | oklch(0.867 0.216 141.7) |
Copy-ready code
/* CSS */
color: #74f566;
background-color: #74f566;
/* Tailwind (arbitrary) */
class="text-[#74f566] bg-[#74f566]"
/* SCSS */
$brand: #74f566;
/* SwiftUI */
Color(red: 0.455, green: 0.961, blue: 0.400)
/* Android */
Color.parseColor("#74f566")Accessibility — WCAG contrast
Aa
#74f566 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74f566 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green96.1%
Blue40.0%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow58.4%
Key (black)3.9%
Color previews
#74f566 text on a black background
contrast 15.00:1
Card sample
#74f566 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74f566;
Background color
Panel with #74f566 background
background-color: #74f566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74f566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 245, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 245, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74f566; background: linear-gradient(135deg, #74f566, #66F5B7);