Lime Green#73B700
Forest Green#163A27
Pumpkin Orange#F26B21
Moss Green#88B04B
Almond Cream#F4E5DC
Palette direction

Forest Green Orange Color Palette

This palette uses a vibrant green and a deep forest green as main colors paired with a bright orange for energetic contrast, balanced by a warm off-white neutral to create an inviting and dynamic brand system.

CustomCreativegreenorangeforest greenoff-white
palette-preview.example
Creative color direction

Forest Green Orange Color Palette

This palette uses a vibrant green and a deep forest green as main colors paired with a bright orange for energetic contrast, balanced by a warm off-white neutral to create an inviting and dynamic brand system.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Pure White #FFFFFFon Forest Green #163A2712.6:1 Excellent
Logo Charcoal Black #1B1C1Eon Lime Green #73B7006.9:1 Strong
Logo Charcoal Black #1B1C1Eon Pumpkin Orange #F26B215.6:1 Strong
Logo Charcoal Black #1B1C1Eon Pure White #FFFFFF17.1:1 Excellent
Icon color
BackgroundLime Green#73B700TextCharcoal Black#1B1C1E
Primary Button6.90:1
AA

Best for the main action users should notice first.

BackgroundForest Green#163A27TextPure White#FFFFFF
Secondary Button12.59:1
AAA

Useful for softer choices and secondary paths.

BackgroundAlmond Cream#F4E5DCTextForest Green#163A27
Outlined Button10.24:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundAlmond Cream#F4E5DCTextLime Green#73B700
Text Button2.01:1
Low

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsCustom color relationship
9:41Forest Green Orange Color Palette Color role balance
Custom system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CForest Green Orange Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors use a split complementary harmony with vibrant and deep greens contrasted by a bright orange to ensure visual energy while remaining balanced and recognizable.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Lime Green #73B700
HeadlineUsed for main titles and key messages.Lime Green #73B700
LinkUsed for links and interactive text.Lime Green #73B700

Buttons

Primary Button
BackgroundLime Green #73B700
TextCharcoal Black #1B1C1E
Secondary Button
BackgroundForest Green #163A27
TextPure White #FFFFFF
Outlined Button
BackgroundForest Green #163A27
TextForest Green #163A27

Interface

TextDefault readable body text.Charcoal Black #1B1C1E
Bg LightLight page or section background.Almond Cream #F4E5DC
Bg DarkDark page or section background.Pure White #FFFFFF
IconSmall interface icons and marks.Moss Green #88B04B
BorderCards, inputs, and component borders.Moss Green #88B04B
DividerSubtle separators between content.Moss Green #88B04B
OutlineFocus rings and emphasis outlines.Moss Green #88B04B

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors use a split complementary harmony with vibrant and deep greens contrasted by a bright orange to ensure visual energy while remaining balanced and recognizable.

PrimaryLime Green

RolesLogo, Link, Btn Primary Bg, Headline

Lime Green provides fresh energy and immediate attention, perfect for brand recognition and call-to-action elements.

HEX#73B700
RGB115, 183, 0
HSL82, 100, 36
CMYK37, 0, 100, 28
SecondaryForest Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Forest Green adds depth and stability, grounding the bright lime and bright orange for a professional tone.

HEX#163A27
RGB22, 58, 39
HSL148, 45, 16
CMYK62, 0, 33, 77
TertiaryPumpkin Orange

Pumpkin Orange injects warmth and enthusiasm, offering a strong contrast to greens and enhancing visibility of text on buttons.

HEX#F26B21
RGB242, 107, 33
HSL21, 89, 54
CMYK0, 56, 86, 5

Support Colors

The support colors include a muted green and a subtle off-white tone that extend the palette with soft understated accents to reinforce brand cohesion without overpowering main colors.

Moss Green

RolesIcon, Border, Divider, Outline

Moss Green complements the main greens with a softer tone, balancing vibrancy while supporting interface elements.

HEX#88B04B
RGB136, 176, 75
HSL84, 40, 49
CMYK23, 0, 57, 31
Almond Cream

RolesBg Light

Almond Cream offers a mild, warm neutral background that enhances readability and highlights main brand colors elegantly.

HEX#F4E5DC
RGB244, 229, 220
HSL23, 52, 91
CMYK0, 6, 10, 4

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Charcoal Black

RolesText, Btn Primary Text

HEX#1B1C1E
RGB27, 28, 30
HSL220, 5, 11
CMYK10, 7, 0, 88
Pure White

RolesBg Dark, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F9F5F1
RGB249, 245, 241
HSL30, 40, 96
CMYK0, 2, 3, 2

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-lime-green: #73B700;
  --color-forest-green: #163A27;
  --color-pumpkin-orange: #F26B21;
  --color-moss-green: #88B04B;
  --color-almond-cream: #F4E5DC;
  --color-charcoal-black: #1B1C1E;
  --color-pure-white: #FFFFFF;
  --color-ivory: #F9F5F1;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #73B700;
  --role-link: #73B700;
  --role-btn-primary-bg: #73B700;
  --role-headline: #73B700;
  --role-btn-secondary-bg: #163A27;
  --role-btn-outlined-border: #163A27;
  --role-btn-outlined-text: #163A27;
  --role-icon: #88B04B;
  --role-border: #88B04B;
  --role-divider: #88B04B;
  --role-outline: #88B04B;
  --role-bg-light: #F4E5DC;
  --role-text: #1B1C1E;
  --role-btn-primary-text: #1B1C1E;
  --role-bg-dark: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "lime-green": "#73B700",
    "forest-green": "#163A27",
    "pumpkin-orange": "#F26B21",
    "moss-green": "#88B04B",
    "almond-cream": "#F4E5DC",
    "charcoal-black": "#1B1C1E",
    "pure-white": "#FFFFFF",
    "ivory": "#F9F5F1"
}
Press Space to load new palette