Shades of Electric Lime #BBF700
Tints of Electric Lime #BBF700
RGB
CMYK
RGB Variations
Color information
#BBF700 (or 0xBBF700) is known color: Electric Lime. HEX triplet: BB, F7 and 00. RGB value is (187,247,0). Sum of RGB (Red+Green+Blue) = 187+247+0=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF700 is #4408FF. Grayscale: #C9C9C9. Windows color (decimal): -4458752 or 63419. OLE color: 63419.
HSL color Cylindrical-coordinate representation of color #BBF700: hue angle of 74.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF700 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.03 |
| HSL | 74.57º | 1% | 0.48% | - |
| HSV(B) | 74.57º | 1% | 0.97% | - |
| XYZ | 53.75 | 77.09 | 12.05 | - |
| YUV | 200.9 | 14.62 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 0 | 0.24 | 0 | 1 | 0.03 | 74.57 | 1 | 0.48 |
| Hex | BB | F7 | 0 | 18 | 0 | 64 | 3 | 4B | 64 | 30 |
| Octal | 273 | 367 | 0 | 30 | 0 | 144 | 3 | 113 | 144 | 60 |
| Binary | 10111011 | 11110111 | 0 | 11000 | 0 | 1100100 | 11 | 1001011 | 1100100 | 110000 |
Color Harmonies of #BBF700
Complementary color
Monochromatic Colors of #BBF700
Black with #BBF700
Text Example
Text Example
White with #BBF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF700; }
p { color: rgb(187,247,0); }
H1.HeaderClassName
{
color: #BBF700;
}
.AnyTagClassName
{
color: #BBF700;
}
</style>
background-color css
<style>
a { background-color: #BBF700; }
a { background-color: rgb(187,247,0); }
div.DivClassName
{
background-color: #BBF700;
}
.BgClassName
{
background-color: #BBF700;
}
</style>
border-color css
<style>
span { border-color: #BBF700; }
span { border-color: rgb(187,247,0); }
td.TdClassName
{
border-color: #BBF700;
}
.TagClassName
{
border-color: #BBF700;
}
</style>