Shades of Electric Lime #BBF605
Tints of Electric Lime #BBF605
RGB
CMYK
RGB Variations
Color information
#BBF605 (or 0xBBF605) is known color: Electric Lime. HEX triplet: BB, F6 and 05. RGB value is (187,246,5). Sum of RGB (Red+Green+Blue) = 187+246+5=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF605 is #4409FA. Grayscale: #C9C9C9. Windows color (decimal): -4459003 or 390843. OLE color: 390843.
HSL color Cylindrical-coordinate representation of color #BBF605: hue angle of 74.69º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBF605 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.04 |
| HSL | 74.69º | 0.96% | 0.49% | - |
| HSV(B) | 74.69º | 0.98% | 0.96% | - |
| XYZ | 53.48 | 76.49 | 12.09 | - |
| YUV | 200.89 | 17.45 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 5 | 0.24 | 0 | 0.98 | 0.04 | 74.69 | 0.96 | 0.49 |
| Hex | BB | F6 | 5 | 18 | 0 | 62 | 4 | 4B | 60 | 31 |
| Octal | 273 | 366 | 5 | 30 | 0 | 142 | 4 | 113 | 140 | 61 |
| Binary | 10111011 | 11110110 | 101 | 11000 | 0 | 1100010 | 100 | 1001011 | 1100000 | 110001 |
Color Harmonies of #BBF605
Complementary color
Monochromatic Colors of #BBF605
Black with #BBF605
Text Example
Text Example
White with #BBF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF605; }
p { color: rgb(187,246,5); }
H1.HeaderClassName
{
color: #BBF605;
}
.AnyTagClassName
{
color: #BBF605;
}
</style>
background-color css
<style>
a { background-color: #BBF605; }
a { background-color: rgb(187,246,5); }
div.DivClassName
{
background-color: #BBF605;
}
.BgClassName
{
background-color: #BBF605;
}
</style>
border-color css
<style>
span { border-color: #BBF605; }
span { border-color: rgb(187,246,5); }
td.TdClassName
{
border-color: #BBF605;
}
.TagClassName
{
border-color: #BBF605;
}
</style>