Lime — 11-step color scale
Lime (#00ff00) sits at 500, untouched. Every other step is Lime composited over white or black at a decreasing opacity, so the whole ramp stays in one hue family instead of drifting toward another color at the ends.
For text that needs to pass AA on white, 800, 900, 950 clear the 4.5:1 line. On a dark surface, 50, 100, 200, 300, 400, 500, 600, 700 do.
Semantic colors from Lime
Success, warning, error and the rest are derived from Lime itself, then checked so they stay distinguishable from the base — and from each other — under the three types of color blindness. The distance below is CIEDE2000 after each simulation.
| Suggested | Protanopia | Deuteranopia | Tritanopia |
|---|---|---|---|
| success | 23.3 | 17.7 | 46.8 |
| warning | 30.5 | 17.0 | 72.2 |
| error | 59.8 | 46.8 | 74.6 |
| discovery | 61.4 | 58.6 | 34.0 |
| info | 56.8 | 59.2 | 14.2 |
| neutral | 34.6 | 32.4 | 30.6 |
The info suggestion is the closest call: it clears the threshold under Tritanopia, but only reaches ΔE₀₀ 14.2, so it sits just above the 11 line rather than comfortably past it.
Export Lime
The same five formats the generator produces, for this scale. Copy any block, or open the tool to tweak the ramp first.
:root {
--color-color-50: #ebffeb;
--color-color-100: #c2ffc2;
--color-color-200: #99ff99;
--color-color-300: #70ff70;
--color-color-400: #33ff33;
--color-color-500: #00ff00;
--color-color-600: #00cc00;
--color-color-700: #008f00;
--color-color-800: #006600;
--color-color-900: #003d00;
--color-color-950: #001400;
}$color-color-50: #ebffeb;
$color-color-100: #c2ffc2;
$color-color-200: #99ff99;
$color-color-300: #70ff70;
$color-color-400: #33ff33;
$color-color-500: #00ff00;
$color-color-600: #00cc00;
$color-color-700: #008f00;
$color-color-800: #006600;
$color-color-900: #003d00;
$color-color-950: #001400;export const color = {
50: '#ebffeb',
100: '#c2ffc2',
200: '#99ff99',
300: '#70ff70',
400: '#33ff33',
500: '#00ff00',
600: '#00cc00',
700: '#008f00',
800: '#006600',
900: '#003d00',
950: '#001400',
};{
"color": {
"50": "#ebffeb",
"100": "#c2ffc2",
"200": "#99ff99",
"300": "#70ff70",
"400": "#33ff33",
"500": "#00ff00",
"600": "#00cc00",
"700": "#008f00",
"800": "#006600",
"900": "#003d00",
"950": "#001400"
}
}{
"color": {
"50": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.9215686274509803,
1,
0.9215686274509803
],
"alpha": 1,
"hex": "#EBFFEB"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:1",
"com.figma.isOverride": true
}
},
"100": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.7607843137254902,
1,
0.7607843137254902
],
"alpha": 1,
"hex": "#C2FFC2"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:2",
"com.figma.isOverride": true
}
},
"200": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.6,
1,
0.6
],
"alpha": 1,
"hex": "#99FF99"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:3",
"com.figma.isOverride": true
}
},
"300": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.4392156862745098,
1,
0.4392156862745098
],
"alpha": 1,
"hex": "#70FF70"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:4",
"com.figma.isOverride": true
}
},
"400": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0.2,
1,
0.2
],
"alpha": 1,
"hex": "#33FF33"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:5",
"com.figma.isOverride": true
}
},
"500": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
1,
0
],
"alpha": 1,
"hex": "#00FF00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:6",
"com.figma.isOverride": true
}
},
"600": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
0.8,
0
],
"alpha": 1,
"hex": "#00CC00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:7",
"com.figma.isOverride": true
}
},
"700": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
0.5607843137254902,
0
],
"alpha": 1,
"hex": "#008F00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:8",
"com.figma.isOverride": true
}
},
"800": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
0.4,
0
],
"alpha": 1,
"hex": "#006600"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:9",
"com.figma.isOverride": true
}
},
"900": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
0.23921568627450981,
0
],
"alpha": 1,
"hex": "#003D00"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:10",
"com.figma.isOverride": true
}
},
"950": {
"$type": "color",
"$value": {
"colorSpace": "srgb",
"components": [
0,
0.0784313725490196,
0
],
"alpha": 1,
"hex": "#001400"
},
"$extensions": {
"com.figma.variableId": "VariableID:1:11",
"com.figma.isOverride": true
}
}
},
"$extensions": {
"com.figma.modeName": "Value"
}
}