#00f533
a balanced, electric green · cool · closest name: lime
RGB
0, 245, 51
HSL
133°, 100%, 48%
CMYK
100, 0, 79, 4
Luminance
0.6554
Every format
| HEX | #00f533 |
| RGB | rgb(0, 245, 51) |
| HSL | hsl(133, 100%, 48%) |
| CMYK | cmyk(100%, 0%, 79%, 4%) |
| LAB | lab(84.8 -82.0 72.7) |
| LCH | lch(84.8 109.6 138.4) |
| OKLCH | oklch(0.842 0.274 143.8) |
Copy-ready code
/* CSS */
color: #00f533;
background-color: #00f533;
/* Tailwind (arbitrary) */
class="text-[#00f533] bg-[#00f533]"
/* SCSS */
$brand: #00f533;
/* SwiftUI */
Color(red: 0.000, green: 0.961, blue: 0.200)
/* Android */
Color.parseColor("#00f533")Accessibility — WCAG contrast
Aa
#00f533 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00f533 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green96.1%
Blue20.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow79.2%
Key (black)3.9%
Color previews
#00f533 text on a black background
contrast 14.11:1
Card sample
#00f533 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00f533;
Background color
Panel with #00f533 background
background-color: #00f533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00f533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 245, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 245, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00f533; background: linear-gradient(135deg, #00f533, #00F5D6);