Color: #BEF22C

#BEF22C Color Information

#BEF22C is a light color. The closest websafe version is #BEF22C. A complement of this color would be #612CF2, perceived brightness is 0.80, and the grayscale version is #8F8F8F.

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

In a RGB color space, #BEF22C is composed of 75% red, 95% green and 17% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 82% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 75.26, x: 0.3975, and y: 0.5248.

Color Code #BEF22C

#BEF22Crgb(190, 242, 44)
HEX
#BEF22C
RGB
rgb(190, 242, 44)
HSL
hsl(76, 88%, 56%)
HSV
hsv(76, 82%, 95%)
CMYK
21%, 0%, 82%, 5%
XYZ
X: 57.01, Y: 75.26, Z: 11.14
Lab
L: 89.52, a: -35.16, b: 79.33
Name

Shades of Color #BEF22C

Shades are created by darkening the original color #BEF22C 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 #BEF22C

Tints are created by lightening the original color #BEF22C 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.

#BEF22Crgb(190, 242, 44)

About #BEF22C Color Code

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

  • HEX: #BEF22C
  • RGB: rgb(190, 242, 44)
  • HSL: hsl(76, 88%, 56%)
  • HSV: hsv(76, 82%, 95%)
  • CMYK: 21.00% cyan, 0.00% magenta, 82.00% yellow, 5.00% black
  • XYZ: 57.01, 75.26, 11.14
  • Yxy: 75.26, 0.3975, 0.5248
  • Hunter Lab: 89.52, -35.16, 79.33
  • CIE-Lab: 89.52, -35.16, 79.33

In the XYZ color space, this color is represented as X: 57.01, Y: 75.26, Z: 11.14. The Yxy representation further refines this as Y: 75.26, x: 0.3975, and y: 0.5248.

In the Hunter Lab color space, this color is represented as L: 89.52, a: -35.16, and b: 79.33. Similarly, in the CIE-Lab color space, it is represented as L: 89.52, a: -35.16, and b: 79.33.

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 #BEF22C

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

Analogous Colors of #BEF22C

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

Split Complementary Colors of #BEF22C

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

Tetradic Colors of #BEF22C

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

Monochromatic Colors of #BEF22C

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

Complementary Color of #BEF22C

The complementary color of #BEF22C 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 #BEF22C

/* Using HEX */
body {
  background-color: #bef22c;
}
/* Using RGB */
body {
  background-color: rgb(190, 242, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 242, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(76, 88%, 56%);
}
/* Text color */
p {
  color: #bef22c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bef22c;
}
/* Border color */
.box {
  border: 4px solid #bef22c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bef22c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bef22c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BEF22C
On Black Background
#BEF22C
On White Background
#BEF22C

HTML Examples of #BEF22C

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

Related Colors of #BEF22C

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