Ruminant’s Paradise
#5ca904
Looking for the precise values behind Ruminant’s Paradise (#5ca904)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5ca904 | |
|---|---|---|
| RGB | rgb(92, 169, 4) | |
| HSL | hsl(88, 95%, 34%) | |
| CMYK | cmyk(46%, 0%, 98%, 34%) | |
| LAB | lab(62, -42, 62) | |
| OKLCH | oklch(0.66 0.189 134) |
Color harmonies
Tints & shades
Code snippets
color: #5ca904;
background-color: #5ca904;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF5CA904)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.66, blue: 0.02, alpha: 1.0)