Shades of Electric Lime #BBF702
Tints of Electric Lime #BBF702
RGB
CMYK
RGB Variations
Color information
#BBF702 (or 0xBBF702) is known color: Electric Lime. HEX triplet: BB, F7 and 02. RGB value is (187,247,2). Sum of RGB (Red+Green+Blue) = 187+247+2=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF702 is #4408FD. Grayscale: #CACACA. Windows color (decimal): -4458750 or 194491. OLE color: 194491.
HSL color Cylindrical-coordinate representation of color #BBF702: hue angle of 74.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBF702 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.03 |
| HSL | 74.69º | 0.98% | 0.49% | - |
| HSV(B) | 74.69º | 0.99% | 0.97% | - |
| XYZ | 53.77 | 77.09 | 12.1 | - |
| YUV | 201.13 | 15.62 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 2 | 0.24 | 0 | 0.99 | 0.03 | 74.69 | 0.98 | 0.49 |
| Hex | BB | F7 | 2 | 18 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 273 | 367 | 2 | 30 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111011 | 11110111 | 10 | 11000 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BBF702
Complementary color
Monochromatic Colors of #BBF702
Black with #BBF702
Text Example
Text Example
White with #BBF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF702; }
p { color: rgb(187,247,2); }
H1.HeaderClassName
{
color: #BBF702;
}
.AnyTagClassName
{
color: #BBF702;
}
</style>
background-color css
<style>
a { background-color: #BBF702; }
a { background-color: rgb(187,247,2); }
div.DivClassName
{
background-color: #BBF702;
}
.BgClassName
{
background-color: #BBF702;
}
</style>
border-color css
<style>
span { border-color: #BBF702; }
span { border-color: rgb(187,247,2); }
td.TdClassName
{
border-color: #BBF702;
}
.TagClassName
{
border-color: #BBF702;
}
</style>