Shades of Electric Lime #BBFD0C
Tints of Electric Lime #BBFD0C
RGB
CMYK
RGB Variations
Color information
#BBFD0C (or 0xBBFD0C) is known color: Electric Lime. HEX triplet: BB, FD and 0C. RGB value is (187,253,12). Sum of RGB (Red+Green+Blue) = 187+253+12=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD0C is #4402F3. Grayscale: #CECECE. Windows color (decimal): -4457204 or 851387. OLE color: 851387.
HSL color Cylindrical-coordinate representation of color #BBFD0C: hue angle of 76.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBFD0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.01 |
| HSL | 76.43º | 0.98% | 0.52% | - |
| HSV(B) | 76.43º | 0.95% | 0.99% | - |
| XYZ | 55.69 | 80.84 | 13.02 | - |
| YUV | 205.79 | 18.63 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 12 | 0.26 | 0 | 0.95 | 0.01 | 76.43 | 0.98 | 0.52 |
| Hex | BB | FD | C | 1A | 0 | 5F | 1 | 4C | 62 | 34 |
| Octal | 273 | 375 | 14 | 32 | 0 | 137 | 1 | 114 | 142 | 64 |
| Binary | 10111011 | 11111101 | 1100 | 11010 | 0 | 1011111 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BBFD0C
Complementary color
Monochromatic Colors of #BBFD0C
Black with #BBFD0C
Text Example
Text Example
White with #BBFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD0C; }
p { color: rgb(187,253,12); }
H1.HeaderClassName
{
color: #BBFD0C;
}
.AnyTagClassName
{
color: #BBFD0C;
}
</style>
background-color css
<style>
a { background-color: #BBFD0C; }
a { background-color: rgb(187,253,12); }
div.DivClassName
{
background-color: #BBFD0C;
}
.BgClassName
{
background-color: #BBFD0C;
}
</style>
border-color css
<style>
span { border-color: #BBFD0C; }
span { border-color: rgb(187,253,12); }
td.TdClassName
{
border-color: #BBFD0C;
}
.TagClassName
{
border-color: #BBFD0C;
}
</style>