Shades of Electric Lime #BBFE07
Tints of Electric Lime #BBFE07
RGB
CMYK
RGB Variations
Color information
#BBFE07 (or 0xBBFE07) is known color: Electric Lime. HEX triplet: BB, FE and 07. RGB value is (187,254,7). Sum of RGB (Red+Green+Blue) = 187+254+7=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE07 is #4401F8. Grayscale: #CECECE. Windows color (decimal): -4456953 or 523963. OLE color: 523963.
HSL color Cylindrical-coordinate representation of color #BBFE07: hue angle of 76.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBFE07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.00 |
| HSL | 76.28º | 0.99% | 0.51% | - |
| HSV(B) | 76.28º | 0.97% | 1% | - |
| XYZ | 55.97 | 81.46 | 12.97 | - |
| YUV | 205.81 | 15.8 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 7 | 0.26 | 0 | 0.97 | 0.00 | 76.28 | 0.99 | 0.51 |
| Hex | BB | FE | 7 | 1A | 0 | 61 | 0 | 4C | 63 | 33 |
| Octal | 273 | 376 | 7 | 32 | 0 | 141 | 0 | 114 | 143 | 63 |
| Binary | 10111011 | 11111110 | 111 | 11010 | 0 | 1100001 | 0 | 1001100 | 1100011 | 110011 |
Color Harmonies of #BBFE07
Complementary color
Monochromatic Colors of #BBFE07
Black with #BBFE07
Text Example
Text Example
White with #BBFE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE07; }
p { color: rgb(187,254,7); }
H1.HeaderClassName
{
color: #BBFE07;
}
.AnyTagClassName
{
color: #BBFE07;
}
</style>
background-color css
<style>
a { background-color: #BBFE07; }
a { background-color: rgb(187,254,7); }
div.DivClassName
{
background-color: #BBFE07;
}
.BgClassName
{
background-color: #BBFE07;
}
</style>
border-color css
<style>
span { border-color: #BBFE07; }
span { border-color: rgb(187,254,7); }
td.TdClassName
{
border-color: #BBFE07;
}
.TagClassName
{
border-color: #BBFE07;
}
</style>