Shades of Electric Lime #BCFF0A
Tints of Electric Lime #BCFF0A
RGB
CMYK
RGB Variations
Color information
#BCFF0A (or 0xBCFF0A) is known color: Electric Lime. HEX triplet: BC, FF and 0A. RGB value is (188,255,10). Sum of RGB (Red+Green+Blue) = 188+255+10=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF0A is #4300F5. Grayscale: #CFCFCF. Windows color (decimal): -4391158 or 720828. OLE color: 720828.
HSL color Cylindrical-coordinate representation of color #BCFF0A: hue angle of 76.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCFF0A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0 |
| HSL | 76.41º | 1% | 0.52% | - |
| HSV(B) | 76.41º | 0.96% | 1% | - |
| XYZ | 56.55 | 82.23 | 13.18 | - |
| YUV | 207.04 | 16.8 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 10 | 0.26 | 0 | 0.96 | 0 | 76.41 | 1 | 0.52 |
| Hex | BC | FF | A | 1A | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 274 | 377 | 12 | 32 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111100 | 11111111 | 1010 | 11010 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BCFF0A
Complementary color
Monochromatic Colors of #BCFF0A
Black with #BCFF0A
Text Example
Text Example
White with #BCFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF0A; }
p { color: rgb(188,255,10); }
H1.HeaderClassName
{
color: #BCFF0A;
}
.AnyTagClassName
{
color: #BCFF0A;
}
</style>
background-color css
<style>
a { background-color: #BCFF0A; }
a { background-color: rgb(188,255,10); }
div.DivClassName
{
background-color: #BCFF0A;
}
.BgClassName
{
background-color: #BCFF0A;
}
</style>
border-color css
<style>
span { border-color: #BCFF0A; }
span { border-color: rgb(188,255,10); }
td.TdClassName
{
border-color: #BCFF0A;
}
.TagClassName
{
border-color: #BCFF0A;
}
</style>