#74e619
a balanced, electric green · cool · closest name: lime
RGB
116, 230, 25
HSL
93°, 80%, 50%
CMYK
50, 0, 89, 10
Luminance
0.6038
Every format
| HEX | #74e619 |
| RGB | rgb(116, 230, 25) |
| HSL | hsl(93, 80%, 50%) |
| CMYK | cmyk(50%, 0%, 89%, 10%) |
| LAB | lab(82.0 -61.9 76.8) |
| LCH | lch(82.0 98.6 128.9) |
| OKLCH | oklch(0.825 0.240 136.1) |
Copy-ready code
/* CSS */
color: #74e619;
background-color: #74e619;
/* Tailwind (arbitrary) */
class="text-[#74e619] bg-[#74e619]"
/* SCSS */
$brand: #74e619;
/* SwiftUI */
Color(red: 0.455, green: 0.902, blue: 0.098)
/* Android */
Color.parseColor("#74e619")Accessibility — WCAG contrast
Aa
#74e619 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74e619 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green90.2%
Blue9.8%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow89.1%
Key (black)9.8%
Color previews
#74e619 text on a black background
contrast 13.08:1
Card sample
#74e619 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74e619;
Background color
Panel with #74e619 background
background-color: #74e619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74e619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 230, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 230, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74e619; background: linear-gradient(135deg, #74e619, #19E647);