Color: #BCFF1E

#BCFF1E Color Information

#BCFF1E is a light color. The closest websafe version is #BCFF1E. A complement of this color would be #621FFF, perceived brightness is 0.82, and the grayscale version is #8F8F8F.

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

In a RGB color space, #BCFF1E is composed of 74% red, 100% green and 12% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 88% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 82.96, x: 0.3913, and y: 0.5355.

Color Code #BCFF1E

#BCFF1Ergb(188, 255, 30)
HEX
#BCFF1E
RGB
rgb(188, 255, 30)
HSL
hsl(78, 100%, 56%)
HSV
hsv(78, 88%, 100%)
CMYK
26%, 0%, 88%, 0%
XYZ
X: 60.62, Y: 82.96, Z: 11.34
Lab
L: 93.00, a: -41.47, b: 84.72
Name

Shades of Color #BCFF1E

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

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

#BCFF1Ergb(188, 255, 30)

About #BCFF1E Color Code

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

  • HEX: #BCFF1E
  • RGB: rgb(188, 255, 30)
  • HSL: hsl(78, 100%, 56%)
  • HSV: hsv(78, 88%, 100%)
  • CMYK: 26.00% cyan, 0.00% magenta, 88.00% yellow, 0.00% black
  • XYZ: 60.62, 82.96, 11.34
  • Yxy: 82.96, 0.3913, 0.5355
  • Hunter Lab: 93.00, -41.47, 84.72
  • CIE-Lab: 93.00, -41.47, 84.72

In the XYZ color space, this color is represented as X: 60.62, Y: 82.96, Z: 11.34. The Yxy representation further refines this as Y: 82.96, x: 0.3913, and y: 0.5355.

In the Hunter Lab color space, this color is represented as L: 93.00, a: -41.47, and b: 84.72. Similarly, in the CIE-Lab color space, it is represented as L: 93.00, a: -41.47, and b: 84.72.

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

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

Analogous Colors of #BCFF1E

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

Monochromatic Colors of #BCFF1E

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

Complementary Color of #BCFF1E

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

/* Using HEX */
body {
  background-color: #bcff1e;
}
/* Using RGB */
body {
  background-color: rgb(188, 255, 30);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 255, 30, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(78, 100%, 56%);
}
/* Text color */
p {
  color: #bcff1e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bcff1e;
}
/* Border color */
.box {
  border: 4px solid #bcff1e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bcff1e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bcff1e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BCFF1E
On Black Background
#BCFF1E
On White Background
#BCFF1E

HTML Examples of #BCFF1E

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

Related Colors of #BCFF1E

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