Shades of Electric Lime #BBFD12
Tints of Electric Lime #BBFD12
RGB
CMYK
RGB Variations
Color information
#BBFD12 (or 0xBBFD12) is known color: Electric Lime. HEX triplet: BB, FD and 12. RGB value is (187,253,18). Sum of RGB (Red+Green+Blue) = 187+253+18=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD12 is #4402ED. Grayscale: #CFCFCF. Windows color (decimal): -4457198 or 1244603. OLE color: 1244603.
HSL color Cylindrical-coordinate representation of color #BBFD12: hue angle of 76.85º 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 #BBFD12 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 76.85º | 0.98% | 0.53% | - |
| HSV(B) | 76.85º | 0.93% | 0.99% | - |
| XYZ | 55.73 | 80.86 | 13.24 | - |
| YUV | 206.48 | 21.63 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 18 | 0.26 | 0 | 0.93 | 0.01 | 76.85 | 0.98 | 0.53 |
| Hex | BB | FD | 12 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 273 | 375 | 22 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111011 | 11111101 | 10010 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BBFD12
Complementary color
Monochromatic Colors of #BBFD12
Black with #BBFD12
Text Example
Text Example
White with #BBFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD12; }
p { color: rgb(187,253,18); }
H1.HeaderClassName
{
color: #BBFD12;
}
.AnyTagClassName
{
color: #BBFD12;
}
</style>
background-color css
<style>
a { background-color: #BBFD12; }
a { background-color: rgb(187,253,18); }
div.DivClassName
{
background-color: #BBFD12;
}
.BgClassName
{
background-color: #BBFD12;
}
</style>
border-color css
<style>
span { border-color: #BBFD12; }
span { border-color: rgb(187,253,18); }
td.TdClassName
{
border-color: #BBFD12;
}
.TagClassName
{
border-color: #BBFD12;
}
</style>