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