Shades of Electric Lime #BCF50B
Tints of Electric Lime #BCF50B
RGB
CMYK
RGB Variations
Color information
#BCF50B (or 0xBCF50B) is known color: Electric Lime. HEX triplet: BC, F5 and 0B. RGB value is (188,245,11). Sum of RGB (Red+Green+Blue) = 188+245+11=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF50B is #430AF4. Grayscale: #CACACA. Windows color (decimal): -4393717 or 783804. OLE color: 783804.
HSL color Cylindrical-coordinate representation of color #BCF50B: hue angle of 74.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCF50B is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 11 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.04 |
| HSL | 74.62º | 0.92% | 0.5% | - |
| HSV(B) | 74.62º | 0.96% | 0.96% | - |
| XYZ | 53.45 | 76.02 | 12.17 | - |
| YUV | 201.28 | 20.62 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 11 | 0.23 | 0 | 0.96 | 0.04 | 74.62 | 0.92 | 0.5 |
| Hex | BC | F5 | B | 17 | 0 | 60 | 4 | 4B | 5C | 32 |
| Octal | 274 | 365 | 13 | 27 | 0 | 140 | 4 | 113 | 134 | 62 |
| Binary | 10111100 | 11110101 | 1011 | 10111 | 0 | 1100000 | 100 | 1001011 | 1011100 | 110010 |
Color Harmonies of #BCF50B
Complementary color
Monochromatic Colors of #BCF50B
Black with #BCF50B
Text Example
Text Example
White with #BCF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF50B; }
p { color: rgb(188,245,11); }
H1.HeaderClassName
{
color: #BCF50B;
}
.AnyTagClassName
{
color: #BCF50B;
}
</style>
background-color css
<style>
a { background-color: #BCF50B; }
a { background-color: rgb(188,245,11); }
div.DivClassName
{
background-color: #BCF50B;
}
.BgClassName
{
background-color: #BCF50B;
}
</style>
border-color css
<style>
span { border-color: #BCF50B; }
span { border-color: rgb(188,245,11); }
td.TdClassName
{
border-color: #BCF50B;
}
.TagClassName
{
border-color: #BCF50B;
}
</style>