Shades of Electric Lime #BBF60B
Tints of Electric Lime #BBF60B
RGB
CMYK
RGB Variations
Color information
#BBF60B (or 0xBBF60B) is known color: Electric Lime. HEX triplet: BB, F6 and 0B. RGB value is (187,246,11). Sum of RGB (Red+Green+Blue) = 187+246+11=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF60B is #4409F4. Grayscale: #CACACA. Windows color (decimal): -4458997 or 784059. OLE color: 784059.
HSL color Cylindrical-coordinate representation of color #BBF60B: hue angle of 75.06º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBF60B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 75.06º | 0.93% | 0.5% | - |
| HSV(B) | 75.06º | 0.96% | 0.96% | - |
| XYZ | 53.51 | 76.5 | 12.26 | - |
| YUV | 201.57 | 20.45 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 11 | 0.24 | 0 | 0.96 | 0.04 | 75.06 | 0.93 | 0.5 |
| Hex | BB | F6 | B | 18 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 273 | 366 | 13 | 30 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111011 | 11110110 | 1011 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #BBF60B
Complementary color
Monochromatic Colors of #BBF60B
Black with #BBF60B
Text Example
Text Example
White with #BBF60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF60B; }
p { color: rgb(187,246,11); }
H1.HeaderClassName
{
color: #BBF60B;
}
.AnyTagClassName
{
color: #BBF60B;
}
</style>
background-color css
<style>
a { background-color: #BBF60B; }
a { background-color: rgb(187,246,11); }
div.DivClassName
{
background-color: #BBF60B;
}
.BgClassName
{
background-color: #BBF60B;
}
</style>
border-color css
<style>
span { border-color: #BBF60B; }
span { border-color: rgb(187,246,11); }
td.TdClassName
{
border-color: #BBF60B;
}
.TagClassName
{
border-color: #BBF60B;
}
</style>