Shades of Electric Lime #BBF606
Tints of Electric Lime #BBF606
RGB
CMYK
RGB Variations
Color information
#BBF606 (or 0xBBF606) is known color: Electric Lime. HEX triplet: BB, F6 and 06. RGB value is (187,246,6). Sum of RGB (Red+Green+Blue) = 187+246+6=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF606 is #4409F9. Grayscale: #C9C9C9. Windows color (decimal): -4459002 or 456379. OLE color: 456379.
HSL color Cylindrical-coordinate representation of color #BBF606: hue angle of 74.75º 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 #BBF606 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 6 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.04 |
| HSL | 74.75º | 0.95% | 0.49% | - |
| HSV(B) | 74.75º | 0.98% | 0.96% | - |
| XYZ | 53.48 | 76.49 | 12.12 | - |
| YUV | 201 | 17.95 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 6 | 0.24 | 0 | 0.98 | 0.04 | 74.75 | 0.95 | 0.49 |
| Hex | BB | F6 | 6 | 18 | 0 | 62 | 4 | 4B | 5F | 31 |
| Octal | 273 | 366 | 6 | 30 | 0 | 142 | 4 | 113 | 137 | 61 |
| Binary | 10111011 | 11110110 | 110 | 11000 | 0 | 1100010 | 100 | 1001011 | 1011111 | 110001 |
Color Harmonies of #BBF606
Complementary color
Monochromatic Colors of #BBF606
Black with #BBF606
Text Example
Text Example
White with #BBF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF606; }
p { color: rgb(187,246,6); }
H1.HeaderClassName
{
color: #BBF606;
}
.AnyTagClassName
{
color: #BBF606;
}
</style>
background-color css
<style>
a { background-color: #BBF606; }
a { background-color: rgb(187,246,6); }
div.DivClassName
{
background-color: #BBF606;
}
.BgClassName
{
background-color: #BBF606;
}
</style>
border-color css
<style>
span { border-color: #BBF606; }
span { border-color: rgb(187,246,6); }
td.TdClassName
{
border-color: #BBF606;
}
.TagClassName
{
border-color: #BBF606;
}
</style>