Shades of Electric Lime #CBEC0D
Tints of Electric Lime #CBEC0D
RGB
CMYK
RGB Variations
Color information
#CBEC0D (or 0xCBEC0D) is known color: Electric Lime. HEX triplet: CB, EC and 0D. RGB value is (203,236,13). Sum of RGB (Red+Green+Blue) = 203+236+13=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC0D is #3413F2. Grayscale: #C9C9C9. Windows color (decimal): -3412979 or 912587. OLE color: 912587.
HSL color Cylindrical-coordinate representation of color #CBEC0D: hue angle of 68.88º degrees, saturation: 0.9, 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 #CBEC0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.07 |
| HSL | 68.88º | 0.9% | 0.49% | - |
| HSV(B) | 68.88º | 0.94% | 0.93% | - |
| XYZ | 54.7 | 72.72 | 11.53 | - |
| YUV | 200.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 13 | 0.14 | 0 | 0.94 | 0.07 | 68.88 | 0.9 | 0.49 |
| Hex | CB | EC | D | E | 0 | 5E | 7 | 45 | 5A | 31 |
| Octal | 313 | 354 | 15 | 16 | 0 | 136 | 7 | 105 | 132 | 61 |
| Binary | 11001011 | 11101100 | 1101 | 1110 | 0 | 1011110 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CBEC0D
Complementary color
Monochromatic Colors of #CBEC0D
Black with #CBEC0D
Text Example
Text Example
White with #CBEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC0D; }
p { color: rgb(203,236,13); }
H1.HeaderClassName
{
color: #CBEC0D;
}
.AnyTagClassName
{
color: #CBEC0D;
}
</style>
background-color css
<style>
a { background-color: #CBEC0D; }
a { background-color: rgb(203,236,13); }
div.DivClassName
{
background-color: #CBEC0D;
}
.BgClassName
{
background-color: #CBEC0D;
}
</style>
border-color css
<style>
span { border-color: #CBEC0D; }
span { border-color: rgb(203,236,13); }
td.TdClassName
{
border-color: #CBEC0D;
}
.TagClassName
{
border-color: #CBEC0D;
}
</style>