#17CD1D 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 #17CD1D works with other colors. Named schemes with #17CD1D 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 #17CD1D 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 #17CD1D at work across the surfaces designers actually ship.
:root {
--color-base: #17CD1D;
--color-base-rgb: 23 205 29;
--color-base-oklch: oklch(73.7% 0.242 142.8);
--color-50: #F1FEF1;
--color-100: #D9FCDA;
--color-200: #B6F7B8;
--color-300: #84EB87;
--color-400: #57DB5B;
--color-500: #34C139;
--color-600: #2F9332;
--color-700: #276829;
--color-800: #1D441F;
--color-900: #142914;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
lime-green: {
50: '#F1FEF1',
100: '#D9FCDA',
200: '#B6F7B8',
300: '#84EB87',
400: '#57DB5B',
500: '#34C139',
600: '#2F9332',
700: '#276829',
800: '#1D441F',
900: '#142914',
},
}
$base: #17CD1D; $base-ink: #141310; $base-50: #F1FEF1; $base-100: #D9FCDA; $base-200: #B6F7B8; $base-300: #84EB87; $base-400: #57DB5B; $base-500: #34C139; $base-600: #2F9332; $base-700: #276829; $base-800: #1D441F; $base-900: #142914; $base-hover: #12A517; $base-subtle: #BBEFBD;
{
"color": {
"base": {
"value": "#17CD1D",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F1FEF1",
"type": "color"
},
"100": {
"value": "#D9FCDA",
"type": "color"
},
"200": {
"value": "#B6F7B8",
"type": "color"
},
"300": {
"value": "#84EB87",
"type": "color"
},
"400": {
"value": "#57DB5B",
"type": "color"
},
"500": {
"value": "#34C139",
"type": "color"
},
"600": {
"value": "#2F9332",
"type": "color"
},
"700": {
"value": "#276829",
"type": "color"
},
"800": {
"value": "#1D441F",
"type": "color"
},
"900": {
"value": "#142914",
"type": "color"
}
}
}
}