Shades of Electric Lime #CDE005
Tints of Electric Lime #CDE005
RGB
CMYK
RGB Variations
Color information
#CDE005 (or 0xCDE005) is known color: Electric Lime. HEX triplet: CD, E0 and 05. RGB value is (205,224,5). Sum of RGB (Red+Green+Blue) = 205+224+5=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE005 is #321FFA. Grayscale: #C2C2C2. Windows color (decimal): -3284987 or 385229. OLE color: 385229.
HSL color Cylindrical-coordinate representation of color #CDE005: hue angle of 65.21º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDE005 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.12 |
| HSL | 65.21º | 0.96% | 0.45% | - |
| HSV(B) | 65.21º | 0.98% | 0.88% | - |
| XYZ | 51.86 | 66.3 | 10.21 | - |
| YUV | 193.35 | 21.71 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 5 | 0.08 | 0 | 0.98 | 0.12 | 65.21 | 0.96 | 0.45 |
| Hex | CD | E0 | 5 | 8 | 0 | 62 | C | 41 | 60 | 2D |
| Octal | 315 | 340 | 5 | 10 | 0 | 142 | 14 | 101 | 140 | 55 |
| Binary | 11001101 | 11100000 | 101 | 1000 | 0 | 1100010 | 1100 | 1000001 | 1100000 | 101101 |
Color Harmonies of #CDE005
Complementary color
Monochromatic Colors of #CDE005
Black with #CDE005
Text Example
Text Example
White with #CDE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE005; }
p { color: rgb(205,224,5); }
H1.HeaderClassName
{
color: #CDE005;
}
.AnyTagClassName
{
color: #CDE005;
}
</style>
background-color css
<style>
a { background-color: #CDE005; }
a { background-color: rgb(205,224,5); }
div.DivClassName
{
background-color: #CDE005;
}
.BgClassName
{
background-color: #CDE005;
}
</style>
border-color css
<style>
span { border-color: #CDE005; }
span { border-color: rgb(205,224,5); }
td.TdClassName
{
border-color: #CDE005;
}
.TagClassName
{
border-color: #CDE005;
}
</style>