Shades of Electric Lime #BBFB12
Tints of Electric Lime #BBFB12
RGB
CMYK
RGB Variations
Color information
#BBFB12 (or 0xBBFB12) is known color: Electric Lime. HEX triplet: BB, FB and 12. RGB value is (187,251,18). Sum of RGB (Red+Green+Blue) = 187+251+18=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFB12 is #4404ED. Grayscale: #CECECE. Windows color (decimal): -4457710 or 1244091. OLE color: 1244091.
HSL color Cylindrical-coordinate representation of color #BBFB12: hue angle of 76.48º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFB12 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 18 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.02 |
| HSL | 76.48º | 0.97% | 0.53% | - |
| HSV(B) | 76.48º | 0.93% | 0.98% | - |
| XYZ | 55.1 | 79.6 | 13.03 | - |
| YUV | 205.3 | 22.3 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 18 | 0.25 | 0 | 0.93 | 0.02 | 76.48 | 0.97 | 0.53 |
| Hex | BB | FB | 12 | 19 | 0 | 5D | 2 | 4C | 61 | 35 |
| Octal | 273 | 373 | 22 | 31 | 0 | 135 | 2 | 114 | 141 | 65 |
| Binary | 10111011 | 11111011 | 10010 | 11001 | 0 | 1011101 | 10 | 1001100 | 1100001 | 110101 |
Color Harmonies of #BBFB12
Complementary color
Monochromatic Colors of #BBFB12
Black with #BBFB12
Text Example
Text Example
White with #BBFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB12; }
p { color: rgb(187,251,18); }
H1.HeaderClassName
{
color: #BBFB12;
}
.AnyTagClassName
{
color: #BBFB12;
}
</style>
background-color css
<style>
a { background-color: #BBFB12; }
a { background-color: rgb(187,251,18); }
div.DivClassName
{
background-color: #BBFB12;
}
.BgClassName
{
background-color: #BBFB12;
}
</style>
border-color css
<style>
span { border-color: #BBFB12; }
span { border-color: rgb(187,251,18); }
td.TdClassName
{
border-color: #BBFB12;
}
.TagClassName
{
border-color: #BBFB12;
}
</style>