Volt
#ceff00
Looking for the precise values behind Volt (#ceff00)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ceff00 | |
|---|---|---|
| RGB | rgb(206, 255, 0) | |
| HSL | hsl(72, 100%, 50%) | |
| CMYK | cmyk(19%, 0%, 100%, 0%) | |
| LAB | lab(94, -35, 89) | |
| OKLCH | oklch(0.93 0.228 123) |
Color harmonies
Tints & shades
Code snippets
color: #ceff00;
background-color: #ceff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFCEFF00)
/* Swift / UIKit */
UIColor(red: 0.81, green: 1.00, blue: 0.00, alpha: 1.0)