#00f18a
a balanced, electric green · cool · closest name: aquamarine
RGB
0, 241, 138
HSL
154°, 100%, 47%
CMYK
100, 0, 43, 6
Luminance
0.6475
Every format
| HEX | #00f18a |
| RGB | rgb(0, 241, 138) |
| HSL | hsl(154, 100%, 47%) |
| CMYK | cmyk(100%, 0%, 43%, 6%) |
| LAB | lab(84.3 -70.7 36.5) |
| LCH | lch(84.3 79.5 152.7) |
| OKLCH | oklch(0.841 0.210 154.5) |
Copy-ready code
/* CSS */
color: #00f18a;
background-color: #00f18a;
/* Tailwind (arbitrary) */
class="text-[#00f18a] bg-[#00f18a]"
/* SCSS */
$brand: #00f18a;
/* SwiftUI */
Color(red: 0.000, green: 0.945, blue: 0.541)
/* Android */
Color.parseColor("#00f18a")Accessibility — WCAG contrast
Aa
#00f18a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f18a on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green94.5%
Blue54.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow42.7%
Key (black)5.5%
Color previews
#00f18a text on a black background
contrast 13.95:1
Card sample
#00f18a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f18a;
Background color
Panel with #00f18a background
background-color: #00f18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 241, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 241, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f18a; background: linear-gradient(135deg, #00f18a, #00B7F1);