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