Shades of Electric Lime #BCFD07
Tints of Electric Lime #BCFD07
RGB
CMYK
RGB Variations
Color information
#BCFD07 (or 0xBCFD07) is known color: Electric Lime. HEX triplet: BC, FD and 07. RGB value is (188,253,7). Sum of RGB (Red+Green+Blue) = 188+253+7=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD07 is #4302F8. Grayscale: #CECECE. Windows color (decimal): -4391673 or 523708. OLE color: 523708.
HSL color Cylindrical-coordinate representation of color #BCFD07: hue angle of 75.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCFD07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.01 |
| HSL | 75.85º | 0.98% | 0.51% | - |
| HSV(B) | 75.85º | 0.97% | 0.99% | - |
| XYZ | 55.9 | 80.96 | 12.88 | - |
| YUV | 205.52 | 15.97 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 7 | 0.26 | 0 | 0.97 | 0.01 | 75.85 | 0.98 | 0.51 |
| Hex | BC | FD | 7 | 1A | 0 | 61 | 1 | 4C | 62 | 33 |
| Octal | 274 | 375 | 7 | 32 | 0 | 141 | 1 | 114 | 142 | 63 |
| Binary | 10111100 | 11111101 | 111 | 11010 | 0 | 1100001 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BCFD07
Complementary color
Monochromatic Colors of #BCFD07
Black with #BCFD07
Text Example
Text Example
White with #BCFD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD07; }
p { color: rgb(188,253,7); }
H1.HeaderClassName
{
color: #BCFD07;
}
.AnyTagClassName
{
color: #BCFD07;
}
</style>
background-color css
<style>
a { background-color: #BCFD07; }
a { background-color: rgb(188,253,7); }
div.DivClassName
{
background-color: #BCFD07;
}
.BgClassName
{
background-color: #BCFD07;
}
</style>
border-color css
<style>
span { border-color: #BCFD07; }
span { border-color: rgb(188,253,7); }
td.TdClassName
{
border-color: #BCFD07;
}
.TagClassName
{
border-color: #BCFD07;
}
</style>