#00f573
a balanced, electric green · cool · closest name: lime
RGB
0, 245, 115
HSL
148°, 100%, 48%
CMYK
100, 0, 53, 4
Luminance
0.6654
Every format
| HEX | #00f573 |
| RGB | rgb(0, 245, 115) |
| HSL | hsl(148, 100%, 48%) |
| CMYK | cmyk(100%, 0%, 53%, 4%) |
| LAB | lab(85.3 -75.6 48.7) |
| LCH | lch(85.3 89.9 147.2) |
| OKLCH | oklch(0.848 0.234 150.0) |
Copy-ready code
/* CSS */
color: #00f573;
background-color: #00f573;
/* Tailwind (arbitrary) */
class="text-[#00f573] bg-[#00f573]"
/* SCSS */
$brand: #00f573;
/* SwiftUI */
Color(red: 0.000, green: 0.961, blue: 0.451)
/* Android */
Color.parseColor("#00f573")Accessibility — WCAG contrast
Aa
#00f573 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f573 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green96.1%
Blue45.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.1%
Key (black)3.9%
Color previews
#00f573 text on a black background
contrast 14.31:1
Card sample
#00f573 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f573;
Background color
Panel with #00f573 background
background-color: #00f573;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f573;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 245, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 245, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f573; background: linear-gradient(135deg, #00f573, #00D3F5);