#74ff68
a light, electric green · cool · closest name: lime
RGB
116, 255, 104
HSL
115°, 100%, 70%
CMYK
55, 0, 59, 0
Luminance
0.7623
Every format
| HEX | #74ff68 |
| RGB | rgb(116, 255, 104) |
| HSL | hsl(115, 100%, 70%) |
| CMYK | cmyk(55%, 0%, 59%, 0%) |
| LAB | lab(90.0 -65.7 59.6) |
| LCH | lch(90.0 88.7 137.8) |
| OKLCH | oklch(0.891 0.227 142.1) |
Copy-ready code
/* CSS */
color: #74ff68;
background-color: #74ff68;
/* Tailwind (arbitrary) */
class="text-[#74ff68] bg-[#74ff68]"
/* SCSS */
$brand: #74ff68;
/* SwiftUI */
Color(red: 0.455, green: 1.000, blue: 0.408)
/* Android */
Color.parseColor("#74ff68")Accessibility — WCAG contrast
Aa
#74ff68 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ff68 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green100.0%
Blue40.8%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow59.2%
Key (black)0.0%
Color previews
#74ff68 text on a black background
contrast 16.25:1
Card sample
#74ff68 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ff68;
Background color
Panel with #74ff68 background
background-color: #74ff68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ff68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 255, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 255, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ff68; background: linear-gradient(135deg, #74ff68, #68FFC1);