Becquerel
#4bec13
Looking for the precise values behind Becquerel (#4bec13)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4bec13 | |
|---|---|---|
| RGB | rgb(75, 236, 19) | |
| HSL | hsl(105, 85%, 50%) | |
| CMYK | cmyk(68%, 0%, 92%, 7%) | |
| LAB | lab(83, -68, 76) | |
| OKLCH | oklch(0.83 0.263 140) |
Color harmonies
Tints & shades
Code snippets
color: #4bec13;
background-color: #4bec13;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF4BEC13)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.93, blue: 0.07, alpha: 1.0)