Shades of Electric Lime #BBF506
Tints of Electric Lime #BBF506
RGB
CMYK
RGB Variations
Color information
#BBF506 (or 0xBBF506) is known color: Electric Lime. HEX triplet: BB, F5 and 06. RGB value is (187,245,6). Sum of RGB (Red+Green+Blue) = 187+245+6=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF506 is #440AF9. Grayscale: #C9C9C9. Windows color (decimal): -4459258 or 456123. OLE color: 456123.
HSL color Cylindrical-coordinate representation of color #BBF506: hue angle of 74.56º degrees, saturation: 0.95, 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 #BBF506 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 6 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.04 |
| HSL | 74.56º | 0.95% | 0.49% | - |
| HSV(B) | 74.56º | 0.98% | 0.96% | - |
| XYZ | 53.18 | 75.88 | 12.02 | - |
| YUV | 200.41 | 18.28 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 6 | 0.24 | 0 | 0.98 | 0.04 | 74.56 | 0.95 | 0.49 |
| Hex | BB | F5 | 6 | 18 | 0 | 62 | 4 | 4B | 5F | 31 |
| Octal | 273 | 365 | 6 | 30 | 0 | 142 | 4 | 113 | 137 | 61 |
| Binary | 10111011 | 11110101 | 110 | 11000 | 0 | 1100010 | 100 | 1001011 | 1011111 | 110001 |
Color Harmonies of #BBF506
Complementary color
Monochromatic Colors of #BBF506
Black with #BBF506
Text Example
Text Example
White with #BBF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF506; }
p { color: rgb(187,245,6); }
H1.HeaderClassName
{
color: #BBF506;
}
.AnyTagClassName
{
color: #BBF506;
}
</style>
background-color css
<style>
a { background-color: #BBF506; }
a { background-color: rgb(187,245,6); }
div.DivClassName
{
background-color: #BBF506;
}
.BgClassName
{
background-color: #BBF506;
}
</style>
border-color css
<style>
span { border-color: #BBF506; }
span { border-color: rgb(187,245,6); }
td.TdClassName
{
border-color: #BBF506;
}
.TagClassName
{
border-color: #BBF506;
}
</style>