Shades of Electric Lime #BCF807
Tints of Electric Lime #BCF807
RGB
CMYK
RGB Variations
Color information
#BCF807 (or 0xBCF807) is known color: Electric Lime. HEX triplet: BC, F8 and 07. RGB value is (188,248,7). Sum of RGB (Red+Green+Blue) = 188+248+7=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF807 is #4307F8. Grayscale: #CBCBCB. Windows color (decimal): -4392953 or 522428. OLE color: 522428.
HSL color Cylindrical-coordinate representation of color #BCF807: hue angle of 74.94º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCF807 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.03 |
| HSL | 74.94º | 0.95% | 0.5% | - |
| HSV(B) | 74.94º | 0.97% | 0.97% | - |
| XYZ | 54.34 | 77.84 | 12.36 | - |
| YUV | 202.59 | 17.62 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 7 | 0.24 | 0 | 0.97 | 0.03 | 74.94 | 0.95 | 0.5 |
| Hex | BC | F8 | 7 | 18 | 0 | 61 | 3 | 4B | 5F | 32 |
| Octal | 274 | 370 | 7 | 30 | 0 | 141 | 3 | 113 | 137 | 62 |
| Binary | 10111100 | 11111000 | 111 | 11000 | 0 | 1100001 | 11 | 1001011 | 1011111 | 110010 |
Color Harmonies of #BCF807
Complementary color
Monochromatic Colors of #BCF807
Black with #BCF807
Text Example
Text Example
White with #BCF807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF807; }
p { color: rgb(188,248,7); }
H1.HeaderClassName
{
color: #BCF807;
}
.AnyTagClassName
{
color: #BCF807;
}
</style>
background-color css
<style>
a { background-color: #BCF807; }
a { background-color: rgb(188,248,7); }
div.DivClassName
{
background-color: #BCF807;
}
.BgClassName
{
background-color: #BCF807;
}
</style>
border-color css
<style>
span { border-color: #BCF807; }
span { border-color: rgb(188,248,7); }
td.TdClassName
{
border-color: #BCF807;
}
.TagClassName
{
border-color: #BCF807;
}
</style>