Shades of Electric Lime #BFFC11
Tints of Electric Lime #BFFC11
RGB
CMYK
RGB Variations
Color information
#BFFC11 (or 0xBFFC11) is known color: Electric Lime. HEX triplet: BF, FC and 11. RGB value is (191,252,17). Sum of RGB (Red+Green+Blue) = 191+252+17=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC11 is #4003EE. Grayscale: #CFCFCF. Windows color (decimal): -4195311 or 1178815. OLE color: 1178815.
HSL color Cylindrical-coordinate representation of color #BFFC11: hue angle of 75.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFFC11 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.01 |
| HSL | 75.57º | 0.98% | 0.53% | - |
| HSV(B) | 75.57º | 0.93% | 0.99% | - |
| XYZ | 56.4 | 80.74 | 13.14 | - |
| YUV | 206.97 | 20.79 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 17 | 0.24 | 0 | 0.93 | 0.01 | 75.57 | 0.98 | 0.53 |
| Hex | BF | FC | 11 | 18 | 0 | 5D | 1 | 4C | 62 | 35 |
| Octal | 277 | 374 | 21 | 30 | 0 | 135 | 1 | 114 | 142 | 65 |
| Binary | 10111111 | 11111100 | 10001 | 11000 | 0 | 1011101 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BFFC11
Complementary color
Monochromatic Colors of #BFFC11
Black with #BFFC11
Text Example
Text Example
White with #BFFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC11; }
p { color: rgb(191,252,17); }
H1.HeaderClassName
{
color: #BFFC11;
}
.AnyTagClassName
{
color: #BFFC11;
}
</style>
background-color css
<style>
a { background-color: #BFFC11; }
a { background-color: rgb(191,252,17); }
div.DivClassName
{
background-color: #BFFC11;
}
.BgClassName
{
background-color: #BFFC11;
}
</style>
border-color css
<style>
span { border-color: #BFFC11; }
span { border-color: rgb(191,252,17); }
td.TdClassName
{
border-color: #BFFC11;
}
.TagClassName
{
border-color: #BFFC11;
}
</style>