Shades of Electric Lime #CBEC0E
Tints of Electric Lime #CBEC0E
RGB
CMYK
RGB Variations
Color information
#CBEC0E (or 0xCBEC0E) is known color: Electric Lime. HEX triplet: CB, EC and 0E. RGB value is (203,236,14). Sum of RGB (Red+Green+Blue) = 203+236+14=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC0E is #3413F1. Grayscale: #C9C9C9. Windows color (decimal): -3412978 or 978123. OLE color: 978123.
HSL color Cylindrical-coordinate representation of color #CBEC0E: hue angle of 68.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEC0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.07 |
| HSL | 68.92º | 0.89% | 0.49% | - |
| HSV(B) | 68.92º | 0.94% | 0.93% | - |
| XYZ | 54.7 | 72.72 | 11.57 | - |
| YUV | 200.83 | 22.57 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 14 | 0.14 | 0 | 0.94 | 0.07 | 68.92 | 0.89 | 0.49 |
| Hex | CB | EC | E | E | 0 | 5E | 7 | 45 | 59 | 31 |
| Octal | 313 | 354 | 16 | 16 | 0 | 136 | 7 | 105 | 131 | 61 |
| Binary | 11001011 | 11101100 | 1110 | 1110 | 0 | 1011110 | 111 | 1000101 | 1011001 | 110001 |
Color Harmonies of #CBEC0E
Complementary color
Monochromatic Colors of #CBEC0E
Black with #CBEC0E
Text Example
Text Example
White with #CBEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC0E; }
p { color: rgb(203,236,14); }
H1.HeaderClassName
{
color: #CBEC0E;
}
.AnyTagClassName
{
color: #CBEC0E;
}
</style>
background-color css
<style>
a { background-color: #CBEC0E; }
a { background-color: rgb(203,236,14); }
div.DivClassName
{
background-color: #CBEC0E;
}
.BgClassName
{
background-color: #CBEC0E;
}
</style>
border-color css
<style>
span { border-color: #CBEC0E; }
span { border-color: rgb(203,236,14); }
td.TdClassName
{
border-color: #CBEC0E;
}
.TagClassName
{
border-color: #CBEC0E;
}
</style>