Shades of Electric Lime #CDEE16
Tints of Electric Lime #CDEE16
RGB
CMYK
RGB Variations
Color information
#CDEE16 (or 0xCDEE16) is known color: Electric Lime. HEX triplet: CD, EE and 16. RGB value is (205,238,22). Sum of RGB (Red+Green+Blue) = 205+238+22=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEE16 is #3211E9. Grayscale: #CCCCCC. Windows color (decimal): -3281386 or 1502925. OLE color: 1502925.
HSL color Cylindrical-coordinate representation of color #CDEE16: hue angle of 69.17º 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 #CDEE16 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 22 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.07 |
| HSL | 69.17º | 0.86% | 0.51% | - |
| HSV(B) | 69.17º | 0.91% | 0.93% | - |
| XYZ | 55.9 | 74.19 | 12.13 | - |
| YUV | 203.51 | 25.57 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 22 | 0.14 | 0 | 0.91 | 0.07 | 69.17 | 0.86 | 0.51 |
| Hex | CD | EE | 16 | E | 0 | 5B | 7 | 45 | 56 | 33 |
| Octal | 315 | 356 | 26 | 16 | 0 | 133 | 7 | 105 | 126 | 63 |
| Binary | 11001101 | 11101110 | 10110 | 1110 | 0 | 1011011 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CDEE16
Complementary color
Monochromatic Colors of #CDEE16
Black with #CDEE16
Text Example
Text Example
White with #CDEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE16; }
p { color: rgb(205,238,22); }
H1.HeaderClassName
{
color: #CDEE16;
}
.AnyTagClassName
{
color: #CDEE16;
}
</style>
background-color css
<style>
a { background-color: #CDEE16; }
a { background-color: rgb(205,238,22); }
div.DivClassName
{
background-color: #CDEE16;
}
.BgClassName
{
background-color: #CDEE16;
}
</style>
border-color css
<style>
span { border-color: #CDEE16; }
span { border-color: rgb(205,238,22); }
td.TdClassName
{
border-color: #CDEE16;
}
.TagClassName
{
border-color: #CDEE16;
}
</style>