Shades of Electric Lime #BCF805
Tints of Electric Lime #BCF805
RGB
CMYK
RGB Variations
Color information
#BCF805 (or 0xBCF805) is known color: Electric Lime. HEX triplet: BC, F8 and 05. RGB value is (188,248,5). Sum of RGB (Red+Green+Blue) = 188+248+5=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF805 is #4307FA. Grayscale: #CBCBCB. Windows color (decimal): -4392955 or 391356. OLE color: 391356.
HSL color Cylindrical-coordinate representation of color #BCF805: hue angle of 74.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCF805 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.03 |
| HSL | 74.81º | 0.96% | 0.5% | - |
| HSV(B) | 74.81º | 0.98% | 0.97% | - |
| XYZ | 54.33 | 77.84 | 12.3 | - |
| YUV | 202.36 | 16.62 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 5 | 0.24 | 0 | 0.98 | 0.03 | 74.81 | 0.96 | 0.5 |
| Hex | BC | F8 | 5 | 18 | 0 | 62 | 3 | 4B | 60 | 32 |
| Octal | 274 | 370 | 5 | 30 | 0 | 142 | 3 | 113 | 140 | 62 |
| Binary | 10111100 | 11111000 | 101 | 11000 | 0 | 1100010 | 11 | 1001011 | 1100000 | 110010 |
Color Harmonies of #BCF805
Complementary color
Monochromatic Colors of #BCF805
Black with #BCF805
Text Example
Text Example
White with #BCF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF805; }
p { color: rgb(188,248,5); }
H1.HeaderClassName
{
color: #BCF805;
}
.AnyTagClassName
{
color: #BCF805;
}
</style>
background-color css
<style>
a { background-color: #BCF805; }
a { background-color: rgb(188,248,5); }
div.DivClassName
{
background-color: #BCF805;
}
.BgClassName
{
background-color: #BCF805;
}
</style>
border-color css
<style>
span { border-color: #BCF805; }
span { border-color: rgb(188,248,5); }
td.TdClassName
{
border-color: #BCF805;
}
.TagClassName
{
border-color: #BCF805;
}
</style>