Shades of Electric Lime #BFFE13
Tints of Electric Lime #BFFE13
RGB
CMYK
RGB Variations
Color information
#BFFE13 (or 0xBFFE13) is known color: Electric Lime. HEX triplet: BF, FE and 13. RGB value is (191,254,19). Sum of RGB (Red+Green+Blue) = 191+254+19=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFE13 is #4001EC. Grayscale: #D1D1D1. Windows color (decimal): -4194797 or 1310399. OLE color: 1310399.
HSL color Cylindrical-coordinate representation of color #BFFE13: hue angle of 76.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFFE13 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 19 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.00 |
| HSL | 76.09º | 0.99% | 0.54% | - |
| HSV(B) | 76.09º | 0.93% | 1% | - |
| XYZ | 57.05 | 82.01 | 13.44 | - |
| YUV | 208.37 | 21.13 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 19 | 0.25 | 0 | 0.93 | 0.00 | 76.09 | 0.99 | 0.54 |
| Hex | BF | FE | 13 | 19 | 0 | 5D | 0 | 4C | 63 | 36 |
| Octal | 277 | 376 | 23 | 31 | 0 | 135 | 0 | 114 | 143 | 66 |
| Binary | 10111111 | 11111110 | 10011 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100011 | 110110 |
Color Harmonies of #BFFE13
Complementary color
Monochromatic Colors of #BFFE13
Black with #BFFE13
Text Example
Text Example
White with #BFFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE13; }
p { color: rgb(191,254,19); }
H1.HeaderClassName
{
color: #BFFE13;
}
.AnyTagClassName
{
color: #BFFE13;
}
</style>
background-color css
<style>
a { background-color: #BFFE13; }
a { background-color: rgb(191,254,19); }
div.DivClassName
{
background-color: #BFFE13;
}
.BgClassName
{
background-color: #BFFE13;
}
</style>
border-color css
<style>
span { border-color: #BFFE13; }
span { border-color: rgb(191,254,19); }
td.TdClassName
{
border-color: #BFFE13;
}
.TagClassName
{
border-color: #BFFE13;
}
</style>