Shades of Electric Lime #BFFC10
Tints of Electric Lime #BFFC10
RGB
CMYK
RGB Variations
Color information
#BFFC10 (or 0xBFFC10) is known color: Electric Lime. HEX triplet: BF, FC and 10. RGB value is (191,252,16). Sum of RGB (Red+Green+Blue) = 191+252+16=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC10 is #4003EF. Grayscale: #CFCFCF. Windows color (decimal): -4195312 or 1113279. OLE color: 1113279.
HSL color Cylindrical-coordinate representation of color #BFFC10: hue angle of 75.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFFC10 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 16 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.01 |
| HSL | 75.51º | 0.98% | 0.53% | - |
| HSV(B) | 75.51º | 0.94% | 0.99% | - |
| XYZ | 56.39 | 80.73 | 13.1 | - |
| YUV | 206.86 | 20.29 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 16 | 0.24 | 0 | 0.94 | 0.01 | 75.51 | 0.98 | 0.53 |
| Hex | BF | FC | 10 | 18 | 0 | 5E | 1 | 4C | 62 | 35 |
| Octal | 277 | 374 | 20 | 30 | 0 | 136 | 1 | 114 | 142 | 65 |
| Binary | 10111111 | 11111100 | 10000 | 11000 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BFFC10
Complementary color
Monochromatic Colors of #BFFC10
Black with #BFFC10
Text Example
Text Example
White with #BFFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC10; }
p { color: rgb(191,252,16); }
H1.HeaderClassName
{
color: #BFFC10;
}
.AnyTagClassName
{
color: #BFFC10;
}
</style>
background-color css
<style>
a { background-color: #BFFC10; }
a { background-color: rgb(191,252,16); }
div.DivClassName
{
background-color: #BFFC10;
}
.BgClassName
{
background-color: #BFFC10;
}
</style>
border-color css
<style>
span { border-color: #BFFC10; }
span { border-color: rgb(191,252,16); }
td.TdClassName
{
border-color: #BFFC10;
}
.TagClassName
{
border-color: #BFFC10;
}
</style>