Cathode Green
#00ff55
Here's everything about the color Cathode Green (#00ff55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00ff55 | |
|---|---|---|
| RGB | rgb(0, 255, 85) | |
| HSL | hsl(140, 100%, 50%) | |
| CMYK | cmyk(100%, 0%, 67%, 0%) | |
| LAB | lab(88, -76, 63) | |
| OKLCH | oklch(0.87 0.266 146) |
Color harmonies
Tints & shades
Code snippets
color: #00ff55;
background-color: #00ff55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF00FF55)
/* Swift / UIKit */
UIColor(red: 0.00, green: 1.00, blue: 0.33, alpha: 1.0)