Shades of Electric Lime #CDEC0D
Tints of Electric Lime #CDEC0D
RGB
CMYK
RGB Variations
Color information
#CDEC0D (or 0xCDEC0D) is known color: Electric Lime. HEX triplet: CD, EC and 0D. RGB value is (205,236,13). Sum of RGB (Red+Green+Blue) = 205+236+13=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEC0D is #3213F2. Grayscale: #CACACA. Windows color (decimal): -3281907 or 912589. OLE color: 912589.
HSL color Cylindrical-coordinate representation of color #CDEC0D: hue angle of 68.34º 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 #CDEC0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.07 |
| HSL | 68.34º | 0.9% | 0.49% | - |
| HSV(B) | 68.34º | 0.94% | 0.93% | - |
| XYZ | 55.24 | 73 | 11.56 | - |
| YUV | 201.31 | 21.73 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 13 | 0.13 | 0 | 0.94 | 0.07 | 68.34 | 0.9 | 0.49 |
| Hex | CD | EC | D | D | 0 | 5E | 7 | 44 | 5A | 31 |
| Octal | 315 | 354 | 15 | 15 | 0 | 136 | 7 | 104 | 132 | 61 |
| Binary | 11001101 | 11101100 | 1101 | 1101 | 0 | 1011110 | 111 | 1000100 | 1011010 | 110001 |
Color Harmonies of #CDEC0D
Complementary color
Monochromatic Colors of #CDEC0D
Black with #CDEC0D
Text Example
Text Example
White with #CDEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC0D; }
p { color: rgb(205,236,13); }
H1.HeaderClassName
{
color: #CDEC0D;
}
.AnyTagClassName
{
color: #CDEC0D;
}
</style>
background-color css
<style>
a { background-color: #CDEC0D; }
a { background-color: rgb(205,236,13); }
div.DivClassName
{
background-color: #CDEC0D;
}
.BgClassName
{
background-color: #CDEC0D;
}
</style>
border-color css
<style>
span { border-color: #CDEC0D; }
span { border-color: rgb(205,236,13); }
td.TdClassName
{
border-color: #CDEC0D;
}
.TagClassName
{
border-color: #CDEC0D;
}
</style>