Shades of Electric Lime #BFFF0F
Tints of Electric Lime #BFFF0F
RGB
CMYK
RGB Variations
Color information
#BFFF0F (or 0xBFFF0F) is known color: Electric Lime. HEX triplet: BF, FF and 0F. RGB value is (191,255,15). Sum of RGB (Red+Green+Blue) = 191+255+15=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF0F is #4000F0. Grayscale: #D1D1D1. Windows color (decimal): -4194545 or 1048511. OLE color: 1048511.
HSL color Cylindrical-coordinate representation of color #BFFF0F: hue angle of 76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFF0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0 |
| HSL | 76º | 1% | 0.53% | - |
| HSV(B) | 76º | 0.94% | 1% | - |
| XYZ | 57.33 | 82.63 | 13.38 | - |
| YUV | 208.5 | 18.8 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 15 | 0.25 | 0 | 0.94 | 0 | 76 | 1 | 0.53 |
| Hex | BF | FF | F | 19 | 0 | 5E | 0 | 4C | 64 | 35 |
| Octal | 277 | 377 | 17 | 31 | 0 | 136 | 0 | 114 | 144 | 65 |
| Binary | 10111111 | 11111111 | 1111 | 11001 | 0 | 1011110 | 0 | 1001100 | 1100100 | 110101 |
Color Harmonies of #BFFF0F
Complementary color
Monochromatic Colors of #BFFF0F
Black with #BFFF0F
Text Example
Text Example
White with #BFFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF0F; }
p { color: rgb(191,255,15); }
H1.HeaderClassName
{
color: #BFFF0F;
}
.AnyTagClassName
{
color: #BFFF0F;
}
</style>
background-color css
<style>
a { background-color: #BFFF0F; }
a { background-color: rgb(191,255,15); }
div.DivClassName
{
background-color: #BFFF0F;
}
.BgClassName
{
background-color: #BFFF0F;
}
</style>
border-color css
<style>
span { border-color: #BFFF0F; }
span { border-color: rgb(191,255,15); }
td.TdClassName
{
border-color: #BFFF0F;
}
.TagClassName
{
border-color: #BFFF0F;
}
</style>