Shades of Electric Lime #BFFC12
Tints of Electric Lime #BFFC12
RGB
CMYK
RGB Variations
Color information
#BFFC12 (or 0xBFFC12) is known color: Electric Lime. HEX triplet: BF, FC and 12. RGB value is (191,252,18). Sum of RGB (Red+Green+Blue) = 191+252+18=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFC12 is #4003ED. Grayscale: #CFCFCF. Windows color (decimal): -4195310 or 1244351. OLE color: 1244351.
HSL color Cylindrical-coordinate representation of color #BFFC12: hue angle of 75.64º 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 #BFFC12 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 18 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.01 |
| HSL | 75.64º | 0.98% | 0.53% | - |
| HSV(B) | 75.64º | 0.93% | 0.99% | - |
| XYZ | 56.41 | 80.74 | 13.18 | - |
| YUV | 207.09 | 21.29 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 18 | 0.24 | 0 | 0.93 | 0.01 | 75.64 | 0.98 | 0.53 |
| Hex | BF | FC | 12 | 18 | 0 | 5D | 1 | 4C | 62 | 35 |
| Octal | 277 | 374 | 22 | 30 | 0 | 135 | 1 | 114 | 142 | 65 |
| Binary | 10111111 | 11111100 | 10010 | 11000 | 0 | 1011101 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #BFFC12
Complementary color
Monochromatic Colors of #BFFC12
Black with #BFFC12
Text Example
Text Example
White with #BFFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC12; }
p { color: rgb(191,252,18); }
H1.HeaderClassName
{
color: #BFFC12;
}
.AnyTagClassName
{
color: #BFFC12;
}
</style>
background-color css
<style>
a { background-color: #BFFC12; }
a { background-color: rgb(191,252,18); }
div.DivClassName
{
background-color: #BFFC12;
}
.BgClassName
{
background-color: #BFFC12;
}
</style>
border-color css
<style>
span { border-color: #BFFC12; }
span { border-color: rgb(191,252,18); }
td.TdClassName
{
border-color: #BFFC12;
}
.TagClassName
{
border-color: #BFFC12;
}
</style>