#00e700
a balanced, electric green · cool · closest name: lime
RGB
0, 231, 0
HSL
120°, 100%, 45%
CMYK
100, 0, 100, 9
Luminance
0.5715
Every format
| HEX | #00e700 |
| RGB | rgb(0, 231, 0) |
| HSL | hsl(120, 100%, 45%) |
| CMYK | cmyk(100%, 0%, 100%, 9%) |
| LAB | lab(80.3 -80.0 77.2) |
| LCH | lch(80.3 111.2 136.0) |
| OKLCH | oklch(0.804 0.274 142.5) |
Copy-ready code
/* CSS */
color: #00e700;
background-color: #00e700;
/* Tailwind (arbitrary) */
class="text-[#00e700] bg-[#00e700]"
/* SCSS */
$brand: #00e700;
/* SwiftUI */
Color(red: 0.000, green: 0.906, blue: 0.000)
/* Android */
Color.parseColor("#00e700")Accessibility — WCAG contrast
Aa
#00e700 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00e700 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green90.6%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)9.4%
Color previews
#00e700 text on a black background
contrast 12.43:1
Card sample
#00e700 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00e700;
Background color
Panel with #00e700 background
background-color: #00e700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00e700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 231, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 231, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00e700; background: linear-gradient(135deg, #00e700, #00E79A);