#18CD24 is a mid-toned, temperate green. On the Color Lab it reads clean and engineered, bold and ownable. It sits well as a supporting tone.
Not just a swatch — here's how #18CD24 works with other colors. Named schemes with #18CD24 in its natural role, and a note on why the supporting colors balance it.
Lime Green is the vivid signal in this product UI — on a near-black surface with cool white, a slate grey and a lighter tint of Lime Green.
Lime Green 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.
Lime Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Lime Green 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 Lime Green carrying the quiet middle.
Lime Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
How #18CD24 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 #18CD24 at work across the surfaces designers actually ship.
:root {
--color-base: #18CD24;
--color-base-rgb: 24 205 36;
--color-base-oklch: oklch(73.7% 0.240 143.1);
--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: {
lime-green: {
50: '#F1FEF2',
100: '#DAFCDC',
200: '#B6F6BA',
300: '#85EB8B',
400: '#58DA60',
500: '#35C03E',
600: '#309236',
700: '#28672C',
800: '#1D4320',
900: '#142915',
},
}
$base: #18CD24; $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: #13A41D; $base-subtle: #BCEEBF;
{
"color": {
"base": {
"value": "#18CD24",
"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"
}
}
}
}