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.

Open Lime in the generator

8%50
24%100
40%200
56%300
80%400
100%500your color
80%600
56%700
40%800
24%900
8%950
Each step is the base composited over white or black at the opacity shown.#00ff00

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.

Derived from #00ff00
SuggestedProtanopiaDeuteranopiaTritanopia
success23.317.746.8
warning30.517.072.2
error59.846.874.6
discovery61.458.634.0
info56.859.214.2
neutral34.632.430.6
CIEDE2000 distance from the base under each simulation. The lowest of the three decides, and a dot marks the ones that land under 11.

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.

CSS
: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;
}
SCSS
$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;
JavaScript
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',
};
JSON
{
  "color": {
    "50": "#ebffeb",
    "100": "#c2ffc2",
    "200": "#99ff99",
    "300": "#70ff70",
    "400": "#33ff33",
    "500": "#00ff00",
    "600": "#00cc00",
    "700": "#008f00",
    "800": "#006600",
    "900": "#003d00",
    "950": "#001400"
  }
}
Figma Variables
{
  "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"
  }
}

Open Lime in the generatorHow the scale is built