Home · Branding · Neema

Neema Brand Identity

A complete profile of Neema's visual system — colors, typography, components, and personality — extracted from http://getneema.com/. Built for designers, agents, and AI tools.

Download JSON
Primary
#81F271
Accent
#81F271
Body Font
Ploni
Heading
Ploni

Color Palette

Brand palette extracted from http://getneema.com/.

primary
#81F271
rgb(129, 242, 113)
secondary
#0A3F48
rgb(10, 63, 72)
accent
#81F271
rgb(129, 242, 113)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#032329
rgb(3, 35, 41)
link
#032329
rgb(3, 35, 41)

Typography

Each font links to its Google Fonts page where available.

primary
Ploni
heading
Ploni
Ploni
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Neema favicon
Favicon

UI Components

Live previews rendered using Neema's actual button styles.

input
background #FFFFFF textColor #2F2E2E borderColor #CBCFCD borderRadius 8px shadow none
buttonPrimary
background #81F271 textColor #032329 borderRadius 30px shadow none
buttonSecondary
background #0A3F48 textColor #FFFFFF borderRadius 30px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy individuals and businesses

Neema Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Neema's primary brand color?

Neema's primary brand color is #81F271. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Neema use?

Neema uses Ploni as the primary typeface across body and headings.

Does Neema use a light or dark theme?

Neema's primary site uses a light color scheme, with a background of #FFFFFF.

How was this brand profile generated?

This profile was extracted from http://getneema.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Neema.

Methodology

Brand data on this page was extracted from http://getneema.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Neema.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Ploni",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#81F271",
    "secondary": "#0A3F48",
    "accent": "#81F271",
    "background": "#FFFFFF",
    "textPrimary": "#032329",
    "link": "#032329"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Ploni",
      "heading": "Ploni"
    },
    "fontStacks": {
      "heading": [
        "Ploni"
      ],
      "body": [
        "Ploni"
      ],
      "paragraph": [
        "Ploni"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "90px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#2F2E2E",
      "borderColor": "#CBCFCD",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#81F271",
      "textColor": "#032329",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0A3F48",
      "textColor": "#FFFFFF",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://getneema.com/favicon.ico?favicon.e1f47458.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible or suitable logo candidate was found. The provided candidate is invisible and too small to be a brand logo.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 8,
      "text": "Let's Connect",
      "reasoning": "Button #9 ('Let's Connect') uses the vibrant brand color #81F271 and has action-oriented text, making it a strong primary CTA."
    },
    "secondary": {
      "index": 7,
      "text": "Platform",
      "reasoning": "Button #8 ('Platform') uses a different vibrant color #0A3F48, suitable for a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No visible or suitable logo candidate was found. The provided candidate is invisible and too small to be a brand logo.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles