Shades of Electric Lime #BBF805
Tints of Electric Lime #BBF805
RGB
CMYK
RGB Variations
Color information
#BBF805 (or 0xBBF805) is known color: Electric Lime. HEX triplet: BB, F8 and 05. RGB value is (187,248,5). Sum of RGB (Red+Green+Blue) = 187+248+5=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF805 is #4407FA. Grayscale: #CACACA. Windows color (decimal): -4458491 or 391355. OLE color: 391355.
HSL color Cylindrical-coordinate representation of color #BBF805: hue angle of 75.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.03 |
| HSL | 75.06º | 0.96% | 0.5% | - |
| HSV(B) | 75.06º | 0.98% | 0.97% | - |
| XYZ | 54.09 | 77.71 | 12.29 | - |
| YUV | 202.06 | 16.79 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 5 | 0.25 | 0 | 0.98 | 0.03 | 75.06 | 0.96 | 0.5 |
| Hex | BB | F8 | 5 | 19 | 0 | 62 | 3 | 4B | 60 | 32 |
| Octal | 273 | 370 | 5 | 31 | 0 | 142 | 3 | 113 | 140 | 62 |
| Binary | 10111011 | 11111000 | 101 | 11001 | 0 | 1100010 | 11 | 1001011 | 1100000 | 110010 |
Color Harmonies of #BBF805
Complementary color
Monochromatic Colors of #BBF805
Black with #BBF805
Text Example
Text Example
White with #BBF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF805; }
p { color: rgb(187,248,5); }
H1.HeaderClassName
{
color: #BBF805;
}
.AnyTagClassName
{
color: #BBF805;
}
</style>
background-color css
<style>
a { background-color: #BBF805; }
a { background-color: rgb(187,248,5); }
div.DivClassName
{
background-color: #BBF805;
}
.BgClassName
{
background-color: #BBF805;
}
</style>
border-color css
<style>
span { border-color: #BBF805; }
span { border-color: rgb(187,248,5); }
td.TdClassName
{
border-color: #BBF805;
}
.TagClassName
{
border-color: #BBF805;
}
</style>