Shades of Electric Lime #BBF307
Tints of Electric Lime #BBF307
RGB
CMYK
RGB Variations
Color information
#BBF307 (or 0xBBF307) is known color: Electric Lime. HEX triplet: BB, F3 and 07. RGB value is (187,243,7). Sum of RGB (Red+Green+Blue) = 187+243+7=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF307 is #440CF8. Grayscale: #C8C8C8. Windows color (decimal): -4459769 or 521147. OLE color: 521147.
HSL color Cylindrical-coordinate representation of color #BBF307: hue angle of 74.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBF307 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.05 |
| HSL | 74.24º | 0.94% | 0.49% | - |
| HSV(B) | 74.24º | 0.97% | 0.95% | - |
| XYZ | 52.58 | 74.68 | 11.84 | - |
| YUV | 199.35 | 19.45 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 7 | 0.23 | 0 | 0.97 | 0.05 | 74.24 | 0.94 | 0.49 |
| Hex | BB | F3 | 7 | 17 | 0 | 61 | 5 | 4A | 5E | 31 |
| Octal | 273 | 363 | 7 | 27 | 0 | 141 | 5 | 112 | 136 | 61 |
| Binary | 10111011 | 11110011 | 111 | 10111 | 0 | 1100001 | 101 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BBF307
Complementary color
Monochromatic Colors of #BBF307
Black with #BBF307
Text Example
Text Example
White with #BBF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF307; }
p { color: rgb(187,243,7); }
H1.HeaderClassName
{
color: #BBF307;
}
.AnyTagClassName
{
color: #BBF307;
}
</style>
background-color css
<style>
a { background-color: #BBF307; }
a { background-color: rgb(187,243,7); }
div.DivClassName
{
background-color: #BBF307;
}
.BgClassName
{
background-color: #BBF307;
}
</style>
border-color css
<style>
span { border-color: #BBF307; }
span { border-color: rgb(187,243,7); }
td.TdClassName
{
border-color: #BBF307;
}
.TagClassName
{
border-color: #BBF307;
}
</style>