Shades of Electric Lime #BFFF08
Tints of Electric Lime #BFFF08
RGB
CMYK
RGB Variations
Color information
#BFFF08 (or 0xBFFF08) is known color: Electric Lime. HEX triplet: BF, FF and 08. RGB value is (191,255,8). Sum of RGB (Red+Green+Blue) = 191+255+8=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF08 is #4000F7. Grayscale: #D0D0D0. Windows color (decimal): -4194552 or 589759. OLE color: 589759.
HSL color Cylindrical-coordinate representation of color #BFFF08: hue angle of 75.55º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFFF08 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0 |
| HSL | 75.55º | 1% | 0.52% | - |
| HSV(B) | 75.55º | 0.97% | 1% | - |
| XYZ | 57.29 | 82.61 | 13.16 | - |
| YUV | 207.71 | 15.3 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 8 | 0.25 | 0 | 0.97 | 0 | 75.55 | 1 | 0.52 |
| Hex | BF | FF | 8 | 19 | 0 | 61 | 0 | 4C | 64 | 34 |
| Octal | 277 | 377 | 10 | 31 | 0 | 141 | 0 | 114 | 144 | 64 |
| Binary | 10111111 | 11111111 | 1000 | 11001 | 0 | 1100001 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BFFF08
Complementary color
Monochromatic Colors of #BFFF08
Black with #BFFF08
Text Example
Text Example
White with #BFFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF08; }
p { color: rgb(191,255,8); }
H1.HeaderClassName
{
color: #BFFF08;
}
.AnyTagClassName
{
color: #BFFF08;
}
</style>
background-color css
<style>
a { background-color: #BFFF08; }
a { background-color: rgb(191,255,8); }
div.DivClassName
{
background-color: #BFFF08;
}
.BgClassName
{
background-color: #BFFF08;
}
</style>
border-color css
<style>
span { border-color: #BFFF08; }
span { border-color: rgb(191,255,8); }
td.TdClassName
{
border-color: #BFFF08;
}
.TagClassName
{
border-color: #BFFF08;
}
</style>