Shades of Electric Lime #BBFE12
Tints of Electric Lime #BBFE12
RGB
CMYK
RGB Variations
Color information
#BBFE12 (or 0xBBFE12) is known color: Electric Lime. HEX triplet: BB, FE and 12. RGB value is (187,254,18). Sum of RGB (Red+Green+Blue) = 187+254+18=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE12 is #4401ED. Grayscale: #CFCFCF. Windows color (decimal): -4456942 or 1244859. OLE color: 1244859.
HSL color Cylindrical-coordinate representation of color #BBFE12: hue angle of 77.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFE12 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.00 |
| HSL | 77.03º | 0.99% | 0.53% | - |
| HSV(B) | 77.03º | 0.93% | 1% | - |
| XYZ | 56.04 | 81.49 | 13.35 | - |
| YUV | 207.06 | 21.3 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 18 | 0.26 | 0 | 0.93 | 0.00 | 77.03 | 0.99 | 0.53 |
| Hex | BB | FE | 12 | 1A | 0 | 5D | 0 | 4D | 63 | 35 |
| Octal | 273 | 376 | 22 | 32 | 0 | 135 | 0 | 115 | 143 | 65 |
| Binary | 10111011 | 11111110 | 10010 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110101 |
Color Harmonies of #BBFE12
Complementary color
Monochromatic Colors of #BBFE12
Black with #BBFE12
Text Example
Text Example
White with #BBFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE12; }
p { color: rgb(187,254,18); }
H1.HeaderClassName
{
color: #BBFE12;
}
.AnyTagClassName
{
color: #BBFE12;
}
</style>
background-color css
<style>
a { background-color: #BBFE12; }
a { background-color: rgb(187,254,18); }
div.DivClassName
{
background-color: #BBFE12;
}
.BgClassName
{
background-color: #BBFE12;
}
</style>
border-color css
<style>
span { border-color: #BBFE12; }
span { border-color: rgb(187,254,18); }
td.TdClassName
{
border-color: #BBFE12;
}
.TagClassName
{
border-color: #BBFE12;
}
</style>