Skip to main content

Lime

#BEFE2A

Lime is a neutral medium color with the hex code #BEFE2A. This vibrant hue can be represented as RGB 190, 254, 42 in digital design or CMYK 25%, 0%, 83%, 0% for print applications. Find matching Pantone color.

Lime color values

HEX
#BEFE2A
RGB
190, 254, 42
HSL
78°, 99%, 58%
CMYK
25, 0, 83, 0

About this color

Lime sits at 78° on the color wheel with 99% saturation and 58% lightness, placing it in the yellow segment of the spectrum. With saturation at 99%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Lime is rendered as rgb(190, 254, 42), where the green channel leads at 254, producing a distinctly green-dominant tone. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Lime translates to a CMYK breakdown of 25C 0M 83Y 0K. With almost no black ink (0%), this color is built almost entirely from process inks: 25% cyan, 83% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Lime

CSS Variable

:root {
  --brand-primary: #BEFE2A;
  --brand-primary-rgb: 190, 254, 42;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#BEFE2A',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 25%
M: 0%
Y: 83%
K: 0%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(190, 254, 42)
rgba(190, 254, 42, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #BEFE2A?
#BEFE2A is Lime, a neutral medium color with RGB values of 190, 254, 42. It has a hue of 78°, 99% saturation, and 58% lightness in the HSL color space.
What is the RGB value of #BEFE2A?
The RGB color code for #BEFE2A is rgb(190, 254, 42). This means it contains 190 red, 254 green, and 42 blue in the RGB color model.
Is Lime a warm or cool color?
Lime (#BEFE2A) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #BEFE2A in CSS?
You can use #BEFE2A in CSS with: background-color: #BEFE2A; or color: #BEFE2A; or as an RGB value: rgb(190, 254, 42). For print design, use CMYK: 25%, 0%, 83%, 0%.