Toolman

#A3E635 color

#A3E635#A3E635

The swatch above shows #A3E635 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.

#A3E635 is a medium, vivid yellow-green, closest to the CSS named color yellowgreen (#9ACD32).

It is also a Tailwind CSS default: lime-400. That means you can write bg-lime-400 or text-lime-400 directly, with no arbitrary-value brackets and no entry in your theme config.

Color values

HEX#A3E635
RGBrgb(163, 230, 53)
HSLhsl(83, 78%, 55%)
CMYKcmyk(29%, 0%, 77%, 10%)
Decimal10741301
CSScolor: #A3E635;
Android0xFFA3E635
SwiftUIColor(red: 0.639, green: 0.902, blue: 0.208, alpha: 1)

Accessibility and contrast

White text on #A3E6351.51:1 — AA fail · AA large fail · AAA fail
Black text on #A3E63513.93:1 — AA pass · AA large pass · AAA pass
Recommended text colorblack

WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).

Tints and shades of #A3E635

Each swatch keeps the hue and saturation of #A3E635 and varies only lightness — the quickest way to build a usable scale from a single brand color.

95%
85%
75%
65%
55%
45%
35%
25%
15%

Colors that go with #A3E635

Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.

Complementary
Triadic +120°
Triadic +240°
Analogous −30°
Analogous +30°
Split −150°
Split +150°

Using #A3E635 in code

/* CSS */
.element { color: #A3E635; background-color: #A3E635; }
.element { color: rgb(163 230 53); }
.element { color: hsl(83 78% 55%); }

/* Tailwind */
<div class="bg-lime-400 text-black">

/* SCSS variable */
$brand: #A3E635;

Frequently asked questions

What color is #A3E635?

#A3E635 is a medium, vivid yellow-green. Its hue sits at 83° on the color wheel, with 78% saturation and 55% lightness.

What is #A3E635 in RGB?

#A3E635 converts to rgb(163, 230, 53) — 163 red, 230 green and 53 blue.

What is #A3E635 in CMYK?

Approximately cmyk(29%, 0%, 77%, 10%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.

Should text on #A3E635 be white or black?

Black gives the better contrast ratio (13.93:1 versus 1.51:1).

What is the complementary color of #A3E635?

#7733E6 — the hue directly opposite #A3E635 on the color wheel.

Convert any color → · Browse all colors