Shades of Electric Lime #BEEC00
Tints of Electric Lime #BEEC00
RGB
CMYK
RGB Variations
Color information
#BEEC00 (or 0xBEEC00) is known color: Electric Lime. HEX triplet: BE, EC and 00. RGB value is (190,236,0). Sum of RGB (Red+Green+Blue) = 190+236+0=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEEC00 is #4113FF. Grayscale: #C4C4C4. Windows color (decimal): -4264960 or 60606. OLE color: 60606.
HSL color Cylindrical-coordinate representation of color #BEEC00: hue angle of 71.69º 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 #BEEC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.69º | 1% | 0.46% | - |
| HSV(B) | 71.69º | 1% | 0.93% | - |
| XYZ | 51.23 | 70.94 | 10.99 | - |
| YUV | 195.34 | 17.76 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 0 | 0.19 | 0 | 1 | 0.07 | 71.69 | 1 | 0.46 |
| Hex | BE | EC | 0 | 13 | 0 | 64 | 7 | 48 | 64 | 2E |
| Octal | 276 | 354 | 0 | 23 | 0 | 144 | 7 | 110 | 144 | 56 |
| Binary | 10111110 | 11101100 | 0 | 10011 | 0 | 1100100 | 111 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BEEC00
Complementary color
Monochromatic Colors of #BEEC00
Black with #BEEC00
Text Example
Text Example
White with #BEEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC00; }
p { color: rgb(190,236,0); }
H1.HeaderClassName
{
color: #BEEC00;
}
.AnyTagClassName
{
color: #BEEC00;
}
</style>
background-color css
<style>
a { background-color: #BEEC00; }
a { background-color: rgb(190,236,0); }
div.DivClassName
{
background-color: #BEEC00;
}
.BgClassName
{
background-color: #BEEC00;
}
</style>
border-color css
<style>
span { border-color: #BEEC00; }
span { border-color: rgb(190,236,0); }
td.TdClassName
{
border-color: #BEEC00;
}
.TagClassName
{
border-color: #BEEC00;
}
</style>