Lemon green to RGB — Color Code

#adf802
Format Value
HEX #adf802
RGB rgb(173, 248, 2)
HSL hsl(78.3, 98.4%, 49%)
CMYK cmyk(30.2%, 0%, 99.2%, 2.7%)
HSV hsv(78.3, 99.2%, 97.3%)

lemon green color harmonies

Tints & shades of lemon green

Tints (lighter)

#b4f919 #bcf930 #c3fa47 #cbfb5e #d2fb75 #dafc8c #e1fca3 #e9fdba #f0fed1 #f8fee8

Shades (darker)

#9de102 #8ecb02 #7eb401 #6e9e01 #5e8701 #4f7101 #3f5a01 #2f4401 #1f2d00 #101700

Contrast & accessibility

The quick brown fox

On white · 1.3:1 · Fail

The quick brown fox

On black · 16.2:1 · AAA

Recommended text color: #000000

Use lemon green in code

CSS color: #adf802;
SCSS $color: #adf802;
Tailwind bg-[#adf802]
Swift UIColor(red: 0.678, green: 0.973, blue: 0.008, alpha: 1)
Android Color.parseColor("#adf802")
Flutter Color(0xFFADF802)

Colors similar to lemon green

Browse all Green colors →

What is the RGB code for lemon green?

The CSS color lemon green in RGB format is rgb(173, 248, 2). Use this value directly in CSS, SVG, and most design tools.

How do I use lemon green in CSS?

To apply lemon green in CSS:

  • Text color: color: rgb(173, 248, 2);
  • Background: background-color: rgb(173, 248, 2);
  • Border: border-color: rgb(173, 248, 2);

What are all the color format values for lemon green?

FormatValue
HEX#adf802
RGBrgb(173, 248, 2)
HSLhsl(78.3, 98.4%, 49%)
CMYKcmyk(30.2%, 0%, 99.2%, 2.7%)

How do I convert lemon green to RGB?

Select lemon green from the color name list in our color converter. The RGB value — rgb(173, 248, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lemon green belong to?

lemon green belongs to the green color family. It is a medium, vivid color with HSL values: hue 78.3°, saturation 98.4%, lightness 49%.

How do I create lighter and darker shades of lemon green?

Lighter variant (lightness 64%): #c6fe49. Darker variant (lightness 34%): #78ac01. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.