Shades of Electric Lime #CDE60D
Tints of Electric Lime #CDE60D
RGB
CMYK
RGB Variations
Color information
#CDE60D (or 0xCDE60D) is known color: Electric Lime. HEX triplet: CD, E6 and 0D. RGB value is (205,230,13). Sum of RGB (Red+Green+Blue) = 205+230+13=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE60D is #3219F2. Grayscale: #C6C6C6. Windows color (decimal): -3283443 or 911053. OLE color: 911053.
HSL color Cylindrical-coordinate representation of color #CDE60D: hue angle of 66.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE60D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.10 |
| HSL | 66.91º | 0.89% | 0.48% | - |
| HSV(B) | 66.91º | 0.94% | 0.9% | - |
| XYZ | 53.55 | 69.6 | 10.99 | - |
| YUV | 197.79 | 23.72 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 13 | 0.11 | 0 | 0.94 | 0.10 | 66.91 | 0.89 | 0.48 |
| Hex | CD | E6 | D | B | 0 | 5E | A | 43 | 59 | 30 |
| Octal | 315 | 346 | 15 | 13 | 0 | 136 | 12 | 103 | 131 | 60 |
| Binary | 11001101 | 11100110 | 1101 | 1011 | 0 | 1011110 | 1010 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CDE60D
Complementary color
Monochromatic Colors of #CDE60D
Black with #CDE60D
Text Example
Text Example
White with #CDE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE60D; }
p { color: rgb(205,230,13); }
H1.HeaderClassName
{
color: #CDE60D;
}
.AnyTagClassName
{
color: #CDE60D;
}
</style>
background-color css
<style>
a { background-color: #CDE60D; }
a { background-color: rgb(205,230,13); }
div.DivClassName
{
background-color: #CDE60D;
}
.BgClassName
{
background-color: #CDE60D;
}
</style>
border-color css
<style>
span { border-color: #CDE60D; }
span { border-color: rgb(205,230,13); }
td.TdClassName
{
border-color: #CDE60D;
}
.TagClassName
{
border-color: #CDE60D;
}
</style>