Shades of Electric Lime #BBF300
Tints of Electric Lime #BBF300
RGB
CMYK
RGB Variations
Color information
#BBF300 (or 0xBBF300) is known color: Electric Lime. HEX triplet: BB, F3 and 00. RGB value is (187,243,0). Sum of RGB (Red+Green+Blue) = 187+243+0=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF300 is #440CFF. Grayscale: #C7C7C7. Windows color (decimal): -4459776 or 62395. OLE color: 62395.
HSL color Cylindrical-coordinate representation of color #BBF300: hue angle of 73.83º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.05 |
| HSL | 73.83º | 1% | 0.48% | - |
| HSV(B) | 73.83º | 1% | 0.95% | - |
| XYZ | 52.54 | 74.67 | 11.64 | - |
| YUV | 198.55 | 15.95 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 0 | 0.23 | 0 | 1 | 0.05 | 73.83 | 1 | 0.48 |
| Hex | BB | F3 | 0 | 17 | 0 | 64 | 5 | 4A | 64 | 30 |
| Octal | 273 | 363 | 0 | 27 | 0 | 144 | 5 | 112 | 144 | 60 |
| Binary | 10111011 | 11110011 | 0 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BBF300
Complementary color
Monochromatic Colors of #BBF300
Black with #BBF300
Text Example
Text Example
White with #BBF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF300; }
p { color: rgb(187,243,0); }
H1.HeaderClassName
{
color: #BBF300;
}
.AnyTagClassName
{
color: #BBF300;
}
</style>
background-color css
<style>
a { background-color: #BBF300; }
a { background-color: rgb(187,243,0); }
div.DivClassName
{
background-color: #BBF300;
}
.BgClassName
{
background-color: #BBF300;
}
</style>
border-color css
<style>
span { border-color: #BBF300; }
span { border-color: rgb(187,243,0); }
td.TdClassName
{
border-color: #BBF300;
}
.TagClassName
{
border-color: #BBF300;
}
</style>