#2FE73B is a mid-toned, temperate green. On the Color Lab it reads clean and engineered, bold and ownable. It is too pale to lead as a primary accent and loses vibrancy on press.
Not just a swatch — here's how #2FE73B works with other colors. Named schemes with #2FE73B in its natural role, and a note on why the supporting colors balance it.
Malachite is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Malachite.
Malachite sets a calm, sun-bleached base here, wrapped in bone and paper off-whites and a soft greige, with a single ink accent for wabi-sabi restraint.
Malachite leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Malachite is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Malachite carrying the quiet middle.
Malachite opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
How #2FE73B actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #2FE73B at work across the surfaces designers actually ship.
:root {
--color-base: #2FE73B;
--color-base-rgb: 47 231 59;
--color-base-oklch: oklch(81.0% 0.252 143.4);
--color-50: #F1FEF2;
--color-100: #DAFCDC;
--color-200: #B6F6BA;
--color-300: #85EB8B;
--color-400: #58DA60;
--color-500: #35C03E;
--color-600: #309236;
--color-700: #28672C;
--color-800: #1D4320;
--color-900: #142915;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
malachite: {
50: '#F1FEF2',
100: '#DAFCDC',
200: '#B6F6BA',
300: '#85EB8B',
400: '#58DA60',
500: '#35C03E',
600: '#309236',
700: '#28672C',
800: '#1D4320',
900: '#142915',
},
}
$base: #2FE73B; $base-ink: #141310; $base-50: #F1FEF2; $base-100: #DAFCDC; $base-200: #B6F6BA; $base-300: #85EB8B; $base-400: #58DA60; $base-500: #35C03E; $base-600: #309236; $base-700: #28672C; $base-800: #1D4320; $base-900: #142915; $base-hover: #18C923; $base-subtle: #C8F1CB;
{
"color": {
"base": {
"value": "#2FE73B",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEF2",
"type": "color"
},
"100": {
"value": "#DAFCDC",
"type": "color"
},
"200": {
"value": "#B6F6BA",
"type": "color"
},
"300": {
"value": "#85EB8B",
"type": "color"
},
"400": {
"value": "#58DA60",
"type": "color"
},
"500": {
"value": "#35C03E",
"type": "color"
},
"600": {
"value": "#309236",
"type": "color"
},
"700": {
"value": "#28672C",
"type": "color"
},
"800": {
"value": "#1D4320",
"type": "color"
},
"900": {
"value": "#142915",
"type": "color"
}
}
}
}