Shades of Electric Lime #BCF808
Tints of Electric Lime #BCF808
RGB
CMYK
RGB Variations
Color information
#BCF808 (or 0xBCF808) is known color: Electric Lime. HEX triplet: BC, F8 and 08. RGB value is (188,248,8). Sum of RGB (Red+Green+Blue) = 188+248+8=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF808 is #4307F7. Grayscale: #CBCBCB. Windows color (decimal): -4392952 or 587964. OLE color: 587964.
HSL color Cylindrical-coordinate representation of color #BCF808: hue angle of 75º degrees, saturation: 0.94, 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 #BCF808 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.03 |
| HSL | 75º | 0.94% | 0.5% | - |
| HSV(B) | 75º | 0.97% | 0.97% | - |
| XYZ | 54.35 | 77.84 | 12.39 | - |
| YUV | 202.7 | 18.12 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 8 | 0.24 | 0 | 0.97 | 0.03 | 75 | 0.94 | 0.5 |
| Hex | BC | F8 | 8 | 18 | 0 | 61 | 3 | 4B | 5E | 32 |
| Octal | 274 | 370 | 10 | 30 | 0 | 141 | 3 | 113 | 136 | 62 |
| Binary | 10111100 | 11111000 | 1000 | 11000 | 0 | 1100001 | 11 | 1001011 | 1011110 | 110010 |
Color Harmonies of #BCF808
Complementary color
Monochromatic Colors of #BCF808
Black with #BCF808
Text Example
Text Example
White with #BCF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF808; }
p { color: rgb(188,248,8); }
H1.HeaderClassName
{
color: #BCF808;
}
.AnyTagClassName
{
color: #BCF808;
}
</style>
background-color css
<style>
a { background-color: #BCF808; }
a { background-color: rgb(188,248,8); }
div.DivClassName
{
background-color: #BCF808;
}
.BgClassName
{
background-color: #BCF808;
}
</style>
border-color css
<style>
span { border-color: #BCF808; }
span { border-color: rgb(188,248,8); }
td.TdClassName
{
border-color: #BCF808;
}
.TagClassName
{
border-color: #BCF808;
}
</style>