Shades of Electric Lime #BBF600
Tints of Electric Lime #BBF600
RGB
CMYK
RGB Variations
Color information
#BBF600 (or 0xBBF600) is known color: Electric Lime. HEX triplet: BB, F6 and 00. RGB value is (187,246,0). Sum of RGB (Red+Green+Blue) = 187+246+0=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF600 is #4409FF. Grayscale: #C9C9C9. Windows color (decimal): -4459008 or 63163. OLE color: 63163.
HSL color Cylindrical-coordinate representation of color #BBF600: hue angle of 74.39º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF600 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.04 |
| HSL | 74.39º | 1% | 0.48% | - |
| HSV(B) | 74.39º | 1% | 0.96% | - |
| XYZ | 53.45 | 76.48 | 11.94 | - |
| YUV | 200.32 | 14.95 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 0 | 0.24 | 0 | 1 | 0.04 | 74.39 | 1 | 0.48 |
| Hex | BB | F6 | 0 | 18 | 0 | 64 | 4 | 4A | 64 | 30 |
| Octal | 273 | 366 | 0 | 30 | 0 | 144 | 4 | 112 | 144 | 60 |
| Binary | 10111011 | 11110110 | 0 | 11000 | 0 | 1100100 | 100 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BBF600
Complementary color
Monochromatic Colors of #BBF600
Black with #BBF600
Text Example
Text Example
White with #BBF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF600; }
p { color: rgb(187,246,0); }
H1.HeaderClassName
{
color: #BBF600;
}
.AnyTagClassName
{
color: #BBF600;
}
</style>
background-color css
<style>
a { background-color: #BBF600; }
a { background-color: rgb(187,246,0); }
div.DivClassName
{
background-color: #BBF600;
}
.BgClassName
{
background-color: #BBF600;
}
</style>
border-color css
<style>
span { border-color: #BBF600; }
span { border-color: rgb(187,246,0); }
td.TdClassName
{
border-color: #BBF600;
}
.TagClassName
{
border-color: #BBF600;
}
</style>