Shades of Electric Lime #CDED16
Tints of Electric Lime #CDED16
RGB
CMYK
RGB Variations
Color information
#CDED16 (or 0xCDED16) is known color: Electric Lime. HEX triplet: CD, ED and 16. RGB value is (205,237,22). Sum of RGB (Red+Green+Blue) = 205+237+22=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDED16 is #3212E9. Grayscale: #CBCBCB. Windows color (decimal): -3281642 or 1502669. OLE color: 1502669.
HSL color Cylindrical-coordinate representation of color #CDED16: hue angle of 68.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDED16 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.07 |
| HSL | 68.93º | 0.86% | 0.51% | - |
| HSV(B) | 68.93º | 0.91% | 0.93% | - |
| XYZ | 55.61 | 73.61 | 12.04 | - |
| YUV | 202.92 | 25.9 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 22 | 0.14 | 0 | 0.91 | 0.07 | 68.93 | 0.86 | 0.51 |
| Hex | CD | ED | 16 | E | 0 | 5B | 7 | 45 | 56 | 33 |
| Octal | 315 | 355 | 26 | 16 | 0 | 133 | 7 | 105 | 126 | 63 |
| Binary | 11001101 | 11101101 | 10110 | 1110 | 0 | 1011011 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CDED16
Complementary color
Monochromatic Colors of #CDED16
Black with #CDED16
Text Example
Text Example
White with #CDED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED16; }
p { color: rgb(205,237,22); }
H1.HeaderClassName
{
color: #CDED16;
}
.AnyTagClassName
{
color: #CDED16;
}
</style>
background-color css
<style>
a { background-color: #CDED16; }
a { background-color: rgb(205,237,22); }
div.DivClassName
{
background-color: #CDED16;
}
.BgClassName
{
background-color: #CDED16;
}
</style>
border-color css
<style>
span { border-color: #CDED16; }
span { border-color: rgb(205,237,22); }
td.TdClassName
{
border-color: #CDED16;
}
.TagClassName
{
border-color: #CDED16;
}
</style>