#74e521
a balanced, electric green · cool · closest name: lime
RGB
116, 229, 33
HSL
95°, 79%, 51%
CMYK
49, 0, 86, 10
Luminance
0.5986
Every format
| HEX | #74e521 |
| RGB | rgb(116, 229, 33) |
| HSL | hsl(95, 79%, 51%) |
| CMYK | cmyk(49%, 0%, 86%, 10%) |
| LAB | lab(81.8 -61.3 75.1) |
| LCH | lch(81.8 96.9 129.2) |
| OKLCH | oklch(0.823 0.237 136.3) |
Copy-ready code
/* CSS */
color: #74e521;
background-color: #74e521;
/* Tailwind (arbitrary) */
class="text-[#74e521] bg-[#74e521]"
/* SCSS */
$brand: #74e521;
/* SwiftUI */
Color(red: 0.455, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#74e521")Accessibility — WCAG contrast
Aa
#74e521 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74e521 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green89.8%
Blue12.9%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#74e521 text on a black background
contrast 12.97:1
Card sample
#74e521 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74e521;
Background color
Panel with #74e521 background
background-color: #74e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74e521; background: linear-gradient(135deg, #74e521, #21E551);