In a RGB color space, #bfff00 hex color (also known as Limoncello) is composed of 74.9% red, 100% green and 0% blue. Whereas in a CMYK color space, it is composed of 25.1% cyan, 0% magenta, 100% yellow and 0% black. It has a hue angle of 75.1 degrees, a saturation of 100% and a lightness of 50%. #bfff00 color hex could be obtained by blending #ffff00 with #7fff00. Closest websafe color is: #ccff00.
The hexadecimal color #bfff00 has RGB values of R:191, G:255, B:0 and CMYK values of C:0.25, M:0, Y:1, K:0. Its decimal value is 12582656.
Hex triplet | bfff00 | #bfff00 |
RGB Decimal | 191, 255, 0 | rgb(191,255,0) |
RGB Percent | 74.9, 100, 0 | rgb(74.9%,100%,0%) |
CMYK | 25.1, 0, 100, 0 | |
HSL | 75.1°, 100, 50 | hsl(75.1,100%,50%) |
HSV(HSB) | 75.1°, 100, 100 | |
Web Safe | ccff00 | #cf0 |
XYZ | 57.246, 82.596, 12.926 |
xyY | 0.375, 0.541, 82.596 |
CIE-LAB | 92.837, -46.875, 89.357 |
CIE-LCH | 92.837, 100.905, 117.681 |
CIE-LUV | 92.837, -31.756, 106.817 |
Hunter-Lab | 90.883, -46.609, 55.185 |
Binary | 10111111, 11111111, 00000000 |
Below, you can see some colors close to #bfff00. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #bfff00.
<span style="color:#bfff00">Text here</span>
This paragraph has a background color of #bfff00.
<p style="background-color:#bfff00;">Content here</p>
This element has a border color of #bfff00.
<div style="border:1px #bfff00;">Content here</div>
.text {color:#bfff00;}
.background {background-color:#bfff00;}
.border {border:1px solid #bfff00;}
.text-shadow {border:1px solid #bfff00;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #faffea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #80807f is the less saturated color, while #baf40b is the most saturated one.