#0eff6f
a balanced, electric green · cool · closest name: lime
RGB
14, 255, 111
HSL
144°, 100%, 53%
CMYK
95, 0, 57, 0
Luminance
0.7276
Every format
| HEX | #0eff6f |
| RGB | rgb(14, 255, 111) |
| HSL | hsl(144, 100%, 53%) |
| CMYK | cmyk(95%, 0%, 57%, 0%) |
| LAB | lab(88.3 -78.8 54.2) |
| LCH | lch(88.3 95.6 145.5) |
| OKLCH | oklch(0.873 0.247 148.6) |
Copy-ready code
/* CSS */
color: #0eff6f;
background-color: #0eff6f;
/* Tailwind (arbitrary) */
class="text-[#0eff6f] bg-[#0eff6f]"
/* SCSS */
$brand: #0eff6f;
/* SwiftUI */
Color(red: 0.055, green: 1.000, blue: 0.435)
/* Android */
Color.parseColor("#0eff6f")Accessibility — WCAG contrast
Aa
#0eff6f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eff6f on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green100.0%
Blue43.5%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow56.5%
Key (black)0.0%
Color previews
#0eff6f text on a black background
contrast 15.55:1
Card sample
#0eff6f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eff6f;
Background color
Panel with #0eff6f background
background-color: #0eff6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eff6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 255, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 255, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eff6f; background: linear-gradient(135deg, #0eff6f, #0EEFFF);