Liquid Neon
#c8ff00
Liquid Neon is a color with the hex code #c8ff00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c8ff00 | |
|---|---|---|
| RGB | rgb(200, 255, 0) | |
| HSL | hsl(73, 100%, 50%) | |
| CMYK | cmyk(22%, 0%, 100%, 0%) | |
| LAB | lab(94, -37, 88) | |
| OKLCH | oklch(0.93 0.23 124) |
Color harmonies
Tints & shades
Code snippets
color: #c8ff00;
background-color: #c8ff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC8FF00)
/* Swift / UIKit */
UIColor(red: 0.78, green: 1.00, blue: 0.00, alpha: 1.0)