Corrosive Green
#54d905
Corrosive Green is a color with the hex code #54d905. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #54d905 | |
|---|---|---|
| RGB | rgb(84, 217, 5) | |
| HSL | hsl(98, 95%, 44%) | |
| CMYK | cmyk(61%, 0%, 98%, 15%) | |
| LAB | lab(77, -60, 73) | |
| OKLCH | oklch(0.78 0.243 139) |
Color harmonies
Tints & shades
Code snippets
color: #54d905;
background-color: #54d905;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF54D905)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.85, blue: 0.02, alpha: 1.0)