Shades of Electric Lime #BBF200
Tints of Electric Lime #BBF200
RGB
CMYK
RGB Variations
Color information
#BBF200 (or 0xBBF200) is known color: Electric Lime. HEX triplet: BB, F2 and 00. RGB value is (187,242,0). Sum of RGB (Red+Green+Blue) = 187+242+0=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF200 is #440DFF. Grayscale: #C6C6C6. Windows color (decimal): -4460032 or 62139. OLE color: 62139.
HSL color Cylindrical-coordinate representation of color #BBF200: hue angle of 73.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBF200 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.05 |
| HSL | 73.64º | 1% | 0.47% | - |
| HSV(B) | 73.64º | 1% | 0.95% | - |
| XYZ | 52.25 | 74.07 | 11.54 | - |
| YUV | 197.97 | 16.28 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 0 | 0.23 | 0 | 1 | 0.05 | 73.64 | 1 | 0.47 |
| Hex | BB | F2 | 0 | 17 | 0 | 64 | 5 | 4A | 64 | 2F |
| Octal | 273 | 362 | 0 | 27 | 0 | 144 | 5 | 112 | 144 | 57 |
| Binary | 10111011 | 11110010 | 0 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100100 | 101111 |
Color Harmonies of #BBF200
Complementary color
Monochromatic Colors of #BBF200
Black with #BBF200
Text Example
Text Example
White with #BBF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF200; }
p { color: rgb(187,242,0); }
H1.HeaderClassName
{
color: #BBF200;
}
.AnyTagClassName
{
color: #BBF200;
}
</style>
background-color css
<style>
a { background-color: #BBF200; }
a { background-color: rgb(187,242,0); }
div.DivClassName
{
background-color: #BBF200;
}
.BgClassName
{
background-color: #BBF200;
}
</style>
border-color css
<style>
span { border-color: #BBF200; }
span { border-color: rgb(187,242,0); }
td.TdClassName
{
border-color: #BBF200;
}
.TagClassName
{
border-color: #BBF200;
}
</style>