Spring Green — 11-step color scale

Spring Green (#00ff7f) sits at 500, untouched. Every other step is Spring Green 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 Spring Green 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.#00ff7f

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 Spring Green

Success, warning, error and the rest are derived from Spring Green 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 #00ff7f
SuggestedProtanopiaDeuteranopiaTritanopia
success18.518.819.1
warning21.39.770.8
error55.440.174.1
discovery56.551.034.1
info52.051.613.7
neutral33.930.430.5
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 warning suggestion starts out colliding with Spring Green under Deuteranopia — ΔE₀₀ 9.7, below the 11 threshold — so the engine shifts its hue within the warning family until the pair pulls apart again.

Export Spring Green

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: #ebfff5;
  --color-color-100: #c2ffe0;
  --color-color-200: #99ffcc;
  --color-color-300: #70ffb7;
  --color-color-400: #33ff99;
  --color-color-500: #00ff7f;
  --color-color-600: #00cc66;
  --color-color-700: #008f47;
  --color-color-800: #006633;
  --color-color-900: #003d1e;
  --color-color-950: #00140a;
}
SCSS
$color-color-50: #ebfff5;
$color-color-100: #c2ffe0;
$color-color-200: #99ffcc;
$color-color-300: #70ffb7;
$color-color-400: #33ff99;
$color-color-500: #00ff7f;
$color-color-600: #00cc66;
$color-color-700: #008f47;
$color-color-800: #006633;
$color-color-900: #003d1e;
$color-color-950: #00140a;
JavaScript
export const color = {
  50: '#ebfff5',
  100: '#c2ffe0',
  200: '#99ffcc',
  300: '#70ffb7',
  400: '#33ff99',
  500: '#00ff7f',
  600: '#00cc66',
  700: '#008f47',
  800: '#006633',
  900: '#003d1e',
  950: '#00140a',
};
JSON
{
  "color": {
    "50": "#ebfff5",
    "100": "#c2ffe0",
    "200": "#99ffcc",
    "300": "#70ffb7",
    "400": "#33ff99",
    "500": "#00ff7f",
    "600": "#00cc66",
    "700": "#008f47",
    "800": "#006633",
    "900": "#003d1e",
    "950": "#00140a"
  }
}
Figma Variables
{
  "color": {
    "50": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.9215686274509803,
          1,
          0.9607843137254902
        ],
        "alpha": 1,
        "hex": "#EBFFF5"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:1",
        "com.figma.isOverride": true
      }
    },
    "100": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.7607843137254902,
          1,
          0.8784313725490196
        ],
        "alpha": 1,
        "hex": "#C2FFE0"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:2",
        "com.figma.isOverride": true
      }
    },
    "200": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.6,
          1,
          0.8
        ],
        "alpha": 1,
        "hex": "#99FFCC"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:3",
        "com.figma.isOverride": true
      }
    },
    "300": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.4392156862745098,
          1,
          0.7176470588235294
        ],
        "alpha": 1,
        "hex": "#70FFB7"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:4",
        "com.figma.isOverride": true
      }
    },
    "400": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.2,
          1,
          0.6
        ],
        "alpha": 1,
        "hex": "#33FF99"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:5",
        "com.figma.isOverride": true
      }
    },
    "500": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          1,
          0.4980392156862745
        ],
        "alpha": 1,
        "hex": "#00FF7F"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:6",
        "com.figma.isOverride": true
      }
    },
    "600": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.8,
          0.4
        ],
        "alpha": 1,
        "hex": "#00CC66"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:7",
        "com.figma.isOverride": true
      }
    },
    "700": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.5607843137254902,
          0.2784313725490196
        ],
        "alpha": 1,
        "hex": "#008F47"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:8",
        "com.figma.isOverride": true
      }
    },
    "800": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.4,
          0.2
        ],
        "alpha": 1,
        "hex": "#006633"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:9",
        "com.figma.isOverride": true
      }
    },
    "900": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.23921568627450981,
          0.11764705882352941
        ],
        "alpha": 1,
        "hex": "#003D1E"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:10",
        "com.figma.isOverride": true
      }
    },
    "950": {
      "$type": "color",
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.0784313725490196,
          0.0392156862745098
        ],
        "alpha": 1,
        "hex": "#00140A"
      },
      "$extensions": {
        "com.figma.variableId": "VariableID:1:11",
        "com.figma.isOverride": true
      }
    }
  },
  "$extensions": {
    "com.figma.modeName": "Value"
  }
}

Open Spring Green in the generatorHow the scale is built