Shades of Electric Lime #BFFC16
Tints of Electric Lime #BFFC16
RGB
CMYK
RGB Variations
Color information
#BFFC16 (or 0xBFFC16) is known color: Electric Lime. HEX triplet: BF, FC and 16. RGB value is (191,252,22). Sum of RGB (Red+Green+Blue) = 191+252+22=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC16 is #4003E9. Grayscale: #D0D0D0. Windows color (decimal): -4195306 or 1506495. OLE color: 1506495.
HSL color Cylindrical-coordinate representation of color #BFFC16: hue angle of 75.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFFC16 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 22 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.01 |
| HSL | 75.91º | 0.97% | 0.54% | - |
| HSV(B) | 75.91º | 0.91% | 0.99% | - |
| XYZ | 56.44 | 80.76 | 13.37 | - |
| YUV | 207.54 | 23.29 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 22 | 0.24 | 0 | 0.91 | 0.01 | 75.91 | 0.97 | 0.54 |
| Hex | BF | FC | 16 | 18 | 0 | 5B | 1 | 4C | 61 | 36 |
| Octal | 277 | 374 | 26 | 30 | 0 | 133 | 1 | 114 | 141 | 66 |
| Binary | 10111111 | 11111100 | 10110 | 11000 | 0 | 1011011 | 1 | 1001100 | 1100001 | 110110 |
Color Harmonies of #BFFC16
Complementary color
Monochromatic Colors of #BFFC16
Black with #BFFC16
Text Example
Text Example
White with #BFFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC16; }
p { color: rgb(191,252,22); }
H1.HeaderClassName
{
color: #BFFC16;
}
.AnyTagClassName
{
color: #BFFC16;
}
</style>
background-color css
<style>
a { background-color: #BFFC16; }
a { background-color: rgb(191,252,22); }
div.DivClassName
{
background-color: #BFFC16;
}
.BgClassName
{
background-color: #BFFC16;
}
</style>
border-color css
<style>
span { border-color: #BFFC16; }
span { border-color: rgb(191,252,22); }
td.TdClassName
{
border-color: #BFFC16;
}
.TagClassName
{
border-color: #BFFC16;
}
</style>