Shades of Electric Lime #BCF80B
Tints of Electric Lime #BCF80B
RGB
CMYK
RGB Variations
Color information
#BCF80B (or 0xBCF80B) is known color: Electric Lime. HEX triplet: BC, F8 and 0B. RGB value is (188,248,11). Sum of RGB (Red+Green+Blue) = 188+248+11=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF80B is #4307F4. Grayscale: #CBCBCB. Windows color (decimal): -4392949 or 784572. OLE color: 784572.
HSL color Cylindrical-coordinate representation of color #BCF80B: hue angle of 75.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCF80B is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 11 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.03 |
| HSL | 75.19º | 0.94% | 0.51% | - |
| HSV(B) | 75.19º | 0.96% | 0.97% | - |
| XYZ | 54.37 | 77.85 | 12.48 | - |
| YUV | 203.04 | 19.62 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 11 | 0.24 | 0 | 0.96 | 0.03 | 75.19 | 0.94 | 0.51 |
| Hex | BC | F8 | B | 18 | 0 | 60 | 3 | 4B | 5E | 33 |
| Octal | 274 | 370 | 13 | 30 | 0 | 140 | 3 | 113 | 136 | 63 |
| Binary | 10111100 | 11111000 | 1011 | 11000 | 0 | 1100000 | 11 | 1001011 | 1011110 | 110011 |
Color Harmonies of #BCF80B
Complementary color
Monochromatic Colors of #BCF80B
Black with #BCF80B
Text Example
Text Example
White with #BCF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF80B; }
p { color: rgb(188,248,11); }
H1.HeaderClassName
{
color: #BCF80B;
}
.AnyTagClassName
{
color: #BCF80B;
}
</style>
background-color css
<style>
a { background-color: #BCF80B; }
a { background-color: rgb(188,248,11); }
div.DivClassName
{
background-color: #BCF80B;
}
.BgClassName
{
background-color: #BCF80B;
}
</style>
border-color css
<style>
span { border-color: #BCF80B; }
span { border-color: rgb(188,248,11); }
td.TdClassName
{
border-color: #BCF80B;
}
.TagClassName
{
border-color: #BCF80B;
}
</style>