Shades of Electric Lime #BFFF13
Tints of Electric Lime #BFFF13
RGB
CMYK
RGB Variations
Color information
#BFFF13 (or 0xBFFF13) is known color: Electric Lime. HEX triplet: BF, FF and 13. RGB value is (191,255,19). Sum of RGB (Red+Green+Blue) = 191+255+19=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFF13 is #4000EC. Grayscale: #D1D1D1. Windows color (decimal): -4194541 or 1310655. OLE color: 1310655.
HSL color Cylindrical-coordinate representation of color #BFFF13: hue angle of 76.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFFF13 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 19 | - |
| CMYK | 0.25 | 0 | 0.93 | 0 |
| HSL | 76.27º | 1% | 0.54% | - |
| HSV(B) | 76.27º | 0.93% | 1% | - |
| XYZ | 57.36 | 82.64 | 13.54 | - |
| YUV | 208.96 | 20.8 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 19 | 0.25 | 0 | 0.93 | 0 | 76.27 | 1 | 0.54 |
| Hex | BF | FF | 13 | 19 | 0 | 5D | 0 | 4C | 64 | 36 |
| Octal | 277 | 377 | 23 | 31 | 0 | 135 | 0 | 114 | 144 | 66 |
| Binary | 10111111 | 11111111 | 10011 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100100 | 110110 |
Color Harmonies of #BFFF13
Complementary color
Monochromatic Colors of #BFFF13
Black with #BFFF13
Text Example
Text Example
White with #BFFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF13; }
p { color: rgb(191,255,19); }
H1.HeaderClassName
{
color: #BFFF13;
}
.AnyTagClassName
{
color: #BFFF13;
}
</style>
background-color css
<style>
a { background-color: #BFFF13; }
a { background-color: rgb(191,255,19); }
div.DivClassName
{
background-color: #BFFF13;
}
.BgClassName
{
background-color: #BFFF13;
}
</style>
border-color css
<style>
span { border-color: #BFFF13; }
span { border-color: rgb(191,255,19); }
td.TdClassName
{
border-color: #BFFF13;
}
.TagClassName
{
border-color: #BFFF13;
}
</style>