Spring Bud
#a7fc00
Spring Bud, represented by the hex value #a7fc00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a7fc00 | |
|---|---|---|
| RGB | rgb(167, 252, 0) | |
| HSL | hsl(80, 100%, 49%) | |
| CMYK | cmyk(34%, 0%, 100%, 1%) | |
| LAB | lab(91, -48, 85) | |
| OKLCH | oklch(0.9 0.243 130) |
Color harmonies
Tints & shades
Code snippets
color: #a7fc00;
background-color: #a7fc00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFA7FC00)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.99, blue: 0.00, alpha: 1.0)