Shades of Electric Lime #BBF507
Tints of Electric Lime #BBF507
RGB
CMYK
RGB Variations
Color information
#BBF507 (or 0xBBF507) is known color: Electric Lime. HEX triplet: BB, F5 and 07. RGB value is (187,245,7). Sum of RGB (Red+Green+Blue) = 187+245+7=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF507 is #440AF8. Grayscale: #C9C9C9. Windows color (decimal): -4459257 or 521659. OLE color: 521659.
HSL color Cylindrical-coordinate representation of color #BBF507: hue angle of 74.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBF507 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.04 |
| HSL | 74.62º | 0.94% | 0.49% | - |
| HSV(B) | 74.62º | 0.97% | 0.96% | - |
| XYZ | 53.18 | 75.88 | 12.05 | - |
| YUV | 200.53 | 18.78 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 7 | 0.24 | 0 | 0.97 | 0.04 | 74.62 | 0.94 | 0.49 |
| Hex | BB | F5 | 7 | 18 | 0 | 61 | 4 | 4B | 5E | 31 |
| Octal | 273 | 365 | 7 | 30 | 0 | 141 | 4 | 113 | 136 | 61 |
| Binary | 10111011 | 11110101 | 111 | 11000 | 0 | 1100001 | 100 | 1001011 | 1011110 | 110001 |
Color Harmonies of #BBF507
Complementary color
Monochromatic Colors of #BBF507
Black with #BBF507
Text Example
Text Example
White with #BBF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF507; }
p { color: rgb(187,245,7); }
H1.HeaderClassName
{
color: #BBF507;
}
.AnyTagClassName
{
color: #BBF507;
}
</style>
background-color css
<style>
a { background-color: #BBF507; }
a { background-color: rgb(187,245,7); }
div.DivClassName
{
background-color: #BBF507;
}
.BgClassName
{
background-color: #BBF507;
}
</style>
border-color css
<style>
span { border-color: #BBF507; }
span { border-color: rgb(187,245,7); }
td.TdClassName
{
border-color: #BBF507;
}
.TagClassName
{
border-color: #BBF507;
}
</style>