Shades of Electric Lime #CDE002
Tints of Electric Lime #CDE002
RGB
CMYK
RGB Variations
Color information
#CDE002 (or 0xCDE002) is known color: Electric Lime. HEX triplet: CD, E0 and 02. RGB value is (205,224,2). Sum of RGB (Red+Green+Blue) = 205+224+2=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE002 is #321FFD. Grayscale: #C1C1C1. Windows color (decimal): -3284990 or 188621. OLE color: 188621.
HSL color Cylindrical-coordinate representation of color #CDE002: hue angle of 65.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.12 |
| HSL | 65.14º | 0.98% | 0.44% | - |
| HSV(B) | 65.14º | 0.99% | 0.88% | - |
| XYZ | 51.84 | 66.29 | 10.12 | - |
| YUV | 193.01 | 20.21 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 2 | 0.08 | 0 | 0.99 | 0.12 | 65.14 | 0.98 | 0.44 |
| Hex | CD | E0 | 2 | 8 | 0 | 63 | C | 41 | 62 | 2C |
| Octal | 315 | 340 | 2 | 10 | 0 | 143 | 14 | 101 | 142 | 54 |
| Binary | 11001101 | 11100000 | 10 | 1000 | 0 | 1100011 | 1100 | 1000001 | 1100010 | 101100 |
Color Harmonies of #CDE002
Complementary color
Monochromatic Colors of #CDE002
Black with #CDE002
Text Example
Text Example
White with #CDE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE002; }
p { color: rgb(205,224,2); }
H1.HeaderClassName
{
color: #CDE002;
}
.AnyTagClassName
{
color: #CDE002;
}
</style>
background-color css
<style>
a { background-color: #CDE002; }
a { background-color: rgb(205,224,2); }
div.DivClassName
{
background-color: #CDE002;
}
.BgClassName
{
background-color: #CDE002;
}
</style>
border-color css
<style>
span { border-color: #CDE002; }
span { border-color: rgb(205,224,2); }
td.TdClassName
{
border-color: #CDE002;
}
.TagClassName
{
border-color: #CDE002;
}
</style>