Color: #ADF21E

#ADF21E Color Information

#ADF21E is a light color. The closest websafe version is #ADF21E. A complement of this color would be #641CF2, perceived brightness is 0.77, and the grayscale version is #888888.

In the HSL color space, this color has a hue angle of 80°,a saturation of 89%, and a lightness of 53%.The HSV representation shows a hue of 80°, a saturation of 88%, and a value of 95%.

In a RGB color space, #ADF21E is composed of 68% red, 95% green and 12% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 0% magenta, 88% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 73.03, x: 0.3874, and y: 0.5379.

Color Code #ADF21E

#ADF21Ergb(173, 242, 30)
HEX
#ADF21E
RGB
rgb(173, 242, 30)
HSL
hsl(80, 89%, 53%)
HSV
hsv(80, 88%, 95%)
CMYK
29%, 0%, 88%, 5%
XYZ
X: 52.60, Y: 73.03, Z: 10.13
Lab
L: 88.46, a: -41.72, b: 80.70
Name

Shades of Color #ADF21E

Shades are created by darkening the original color #ADF21E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #ADF21E

Tints are created by lightening the original color #ADF21E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#ADF21Ergb(173, 242, 30)

About #ADF21E Color Code

In the HSL color space, this color has a hue angle of 80°, a saturation of 89%, and a lightness of 53%. The HSV representation shows a hue of 80°, a saturation of 88%, and a value of 95%.

  • HEX: #ADF21E
  • RGB: rgb(173, 242, 30)
  • HSL: hsl(80, 89%, 53%)
  • HSV: hsv(80, 88%, 95%)
  • CMYK: 29.00% cyan, 0.00% magenta, 88.00% yellow, 5.00% black
  • XYZ: 52.60, 73.03, 10.13
  • Yxy: 73.03, 0.3874, 0.5379
  • Hunter Lab: 88.46, -41.72, 80.70
  • CIE-Lab: 88.46, -41.72, 80.70

In the XYZ color space, this color is represented as X: 52.60, Y: 73.03, Z: 10.13. The Yxy representation further refines this as Y: 73.03, x: 0.3874, and y: 0.5379.

In the Hunter Lab color space, this color is represented as L: 88.46, a: -41.72, and b: 80.70. Similarly, in the CIE-Lab color space, it is represented as L: 88.46, a: -41.72, and b: 80.70.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #ADF21E

Triadic colors are three colors evenly spaced around the color wheel, including #ADF21E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #ADF21E

Analogous colors are adjacent to #ADF21E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #ADF21E

Split complementary colors are two colors adjacent to the complementary color of #ADF21E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ADF21E

Tetradic colors form a rectangle on the color wheel, including #ADF21E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ADF21E

Monochromatic colors are variations of #ADF21E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #ADF21E

The complementary color of #ADF21E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #ADF21E

/* Using HEX */
body {
  background-color: #adf21e;
}
/* Using RGB */
body {
  background-color: rgb(173, 242, 30);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 242, 30, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(80, 89%, 53%);
}
/* Text color */
p {
  color: #adf21e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adf21e;
}
/* Border color */
.box {
  border: 4px solid #adf21e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adf21e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adf21e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADF21E
On Black Background
#ADF21E
On White Background
#ADF21E

HTML Examples of #ADF21E

<!-- Using HEX -->
<div style="background-color: #adf21e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 242, 30); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 242, 30, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(80, 89%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #adf21e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #adf21e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #adf21e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #adf21e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #adf21e; color: #fff; padding: 16px; border-radius: 8px;">
  #ADF21E
</div>
#ADF21E
On Black Background
#ADF21E
On White Background
#ADF21E

Related Colors of #ADF21E

These colors are similar to #ADF21E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.