#68f142
a balanced, electric green · cool · closest name: lime
RGB
104, 241, 66
HSL
107°, 86%, 60%
CMYK
57, 0, 73, 6
Luminance
0.6625
Every format
| HEX | #68f142 |
| RGB | rgb(104, 241, 66) |
| HSL | hsl(107, 86%, 60%) |
| CMYK | cmyk(57%, 0%, 73%, 6%) |
| LAB | lab(85.1 -67.0 69.0) |
| LCH | lch(85.1 96.2 134.2) |
| OKLCH | oklch(0.850 0.241 139.8) |
Copy-ready code
/* CSS */
color: #68f142;
background-color: #68f142;
/* Tailwind (arbitrary) */
class="text-[#68f142] bg-[#68f142]"
/* SCSS */
$brand: #68f142;
/* SwiftUI */
Color(red: 0.408, green: 0.945, blue: 0.259)
/* Android */
Color.parseColor("#68f142")Accessibility — WCAG contrast
Aa
#68f142 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68f142 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green94.5%
Blue25.9%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow72.6%
Key (black)5.5%
Color previews
#68f142 text on a black background
contrast 14.25:1
Card sample
#68f142 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68f142;
Background color
Panel with #68f142 background
background-color: #68f142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68f142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 241, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 241, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68f142; background: linear-gradient(135deg, #68f142, #42F191);