Shades of Electric Lime #BCED00
Tints of Electric Lime #BCED00
RGB
CMYK
RGB Variations
Color information
#BCED00 (or 0xBCED00) is known color: Electric Lime. HEX triplet: BC, ED and 00. RGB value is (188,237,0). Sum of RGB (Red+Green+Blue) = 188+237+0=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED00 is #4312FF. Grayscale: #C4C4C4. Windows color (decimal): -4395776 or 60860. OLE color: 60860.
HSL color Cylindrical-coordinate representation of color #BCED00: hue angle of 72.41º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCED00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.07 |
| HSL | 72.41º | 1% | 0.46% | - |
| HSV(B) | 72.41º | 1% | 0.93% | - |
| XYZ | 51.02 | 71.26 | 11.07 | - |
| YUV | 195.33 | 17.77 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 0 | 0.21 | 0 | 1 | 0.07 | 72.41 | 1 | 0.46 |
| Hex | BC | ED | 0 | 15 | 0 | 64 | 7 | 48 | 64 | 2E |
| Octal | 274 | 355 | 0 | 25 | 0 | 144 | 7 | 110 | 144 | 56 |
| Binary | 10111100 | 11101101 | 0 | 10101 | 0 | 1100100 | 111 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BCED00
Complementary color
Monochromatic Colors of #BCED00
Black with #BCED00
Text Example
Text Example
White with #BCED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCED00; }
p { color: rgb(188,237,0); }
H1.HeaderClassName
{
color: #BCED00;
}
.AnyTagClassName
{
color: #BCED00;
}
</style>
background-color css
<style>
a { background-color: #BCED00; }
a { background-color: rgb(188,237,0); }
div.DivClassName
{
background-color: #BCED00;
}
.BgClassName
{
background-color: #BCED00;
}
</style>
border-color css
<style>
span { border-color: #BCED00; }
span { border-color: rgb(188,237,0); }
td.TdClassName
{
border-color: #BCED00;
}
.TagClassName
{
border-color: #BCED00;
}
</style>