Aarunya AppsAarunya Apps

Monochromatic Green Palette

Natural · Restful · Harmonious

A single-hue green palette using variations in lightness from pale mint to deep forest. Monochromatic green systems feel natural and restful. Widely used in environmental, health, and organic product design systems.

SwatchNameHex
Green 50#F0FFF4
Green 200#BBF7D0
Green 400#4ADE80
Green 600#16A34A
Green 800#14532D
Green 950#052E16

Best For

EnvironmentOrganicHealthFinance

Use as the foundation for an eco or health brand design system. The lightest shade works for page backgrounds, mid-greens for component fills, dark greens for text and navigation.

CSS Custom Properties

:root {
  --mono-green-100: #F0FFF4;
  --mono-green-200: #BBF7D0;
  --mono-green-300: #4ADE80;
  --mono-green-400: #16A34A;
  --mono-green-500: #14532D;
  --mono-green-600: #052E16;
}

Tailwind CSS Config

// tailwind.config.ts
export default {
  theme: {
    extend: {
      colors: {
        "mono-green": {
    "100": "#F0FFF4",
    "200": "#BBF7D0",
    "300": "#4ADE80",
    "400": "#16A34A",
    "500": "#14532D",
    "600": "#052E16",
        },
      },
    },
  },
}

Generate a custom palette

Enter any seed colour and generate complementary, analogous, triadic, and monochromatic palettes. Export as CSS variables, Tailwind config, or JSON.

Open Color Palette Generator

Frequently Asked Questions

What hex codes are in the Monochromatic Green Palette?

The Monochromatic Green Palette includes: Green 50 (#F0FFF4), Green 200 (#BBF7D0), Green 400 (#4ADE80), Green 600 (#16A34A), Green 800 (#14532D), Green 950 (#052E16).

What is the mood of the Monochromatic Green Palette?

Monochromatic Green Palette evokes: Natural · Restful · Harmonious. A single-hue green palette using variations in lightness from pale mint to deep forest. Monochromatic green systems feel natural and restful. Widely used in environmental, health, and organic product design systems.

What industries use the Monochromatic Green Palette?

The Monochromatic Green Palette is popular in: Environment, Organic, Health, Finance. Use as the foundation for an eco or health brand design system. The lightest shade works for page backgrounds, mid-greens for component fills, dark greens for text and navigation.

What colours pair well with this palette?

This palette pairs well with: white, cream. Use as the foundation for an eco or health brand design system. The lightest shade works for page backgrounds, mid-greens for component fills, dark greens for text and navigation.