Shades of Electric Lime #BBFE0C
Tints of Electric Lime #BBFE0C
RGB
CMYK
RGB Variations
Color information
#BBFE0C (or 0xBBFE0C) is known color: Electric Lime. HEX triplet: BB, FE and 0C. RGB value is (187,254,12). Sum of RGB (Red+Green+Blue) = 187+254+12=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE0C is #4401F3. Grayscale: #CFCFCF. Windows color (decimal): -4456948 or 851643. OLE color: 851643.
HSL color Cylindrical-coordinate representation of color #BBFE0C: hue angle of 76.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBFE0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.00 |
| HSL | 76.61º | 0.99% | 0.52% | - |
| HSV(B) | 76.61º | 0.95% | 1% | - |
| XYZ | 56 | 81.47 | 13.12 | - |
| YUV | 206.38 | 18.3 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 12 | 0.26 | 0 | 0.95 | 0.00 | 76.61 | 0.99 | 0.52 |
| Hex | BB | FE | C | 1A | 0 | 5F | 0 | 4D | 63 | 34 |
| Octal | 273 | 376 | 14 | 32 | 0 | 137 | 0 | 115 | 143 | 64 |
| Binary | 10111011 | 11111110 | 1100 | 11010 | 0 | 1011111 | 0 | 1001101 | 1100011 | 110100 |
Color Harmonies of #BBFE0C
Complementary color
Monochromatic Colors of #BBFE0C
Black with #BBFE0C
Text Example
Text Example
White with #BBFE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE0C; }
p { color: rgb(187,254,12); }
H1.HeaderClassName
{
color: #BBFE0C;
}
.AnyTagClassName
{
color: #BBFE0C;
}
</style>
background-color css
<style>
a { background-color: #BBFE0C; }
a { background-color: rgb(187,254,12); }
div.DivClassName
{
background-color: #BBFE0C;
}
.BgClassName
{
background-color: #BBFE0C;
}
</style>
border-color css
<style>
span { border-color: #BBFE0C; }
span { border-color: rgb(187,254,12); }
td.TdClassName
{
border-color: #BBFE0C;
}
.TagClassName
{
border-color: #BBFE0C;
}
</style>