Shades of Electric Lime #CDE80D
Tints of Electric Lime #CDE80D
RGB
CMYK
RGB Variations
Color information
#CDE80D (or 0xCDE80D) is known color: Electric Lime. HEX triplet: CD, E8 and 0D. RGB value is (205,232,13). Sum of RGB (Red+Green+Blue) = 205+232+13=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 232 (91.02% from 255 or 51.56% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE80D is #3217F2. Grayscale: #C7C7C7. Windows color (decimal): -3282931 or 911565. OLE color: 911565.
HSL color Cylindrical-coordinate representation of color #CDE80D: hue angle of 67.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE80D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.09 |
| HSL | 67.4º | 0.89% | 0.48% | - |
| HSV(B) | 67.4º | 0.94% | 0.91% | - |
| XYZ | 54.11 | 70.72 | 11.18 | - |
| YUV | 198.96 | 23.05 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 13 | 0.12 | 0 | 0.94 | 0.09 | 67.4 | 0.89 | 0.48 |
| Hex | CD | E8 | D | C | 0 | 5E | 9 | 43 | 59 | 30 |
| Octal | 315 | 350 | 15 | 14 | 0 | 136 | 11 | 103 | 131 | 60 |
| Binary | 11001101 | 11101000 | 1101 | 1100 | 0 | 1011110 | 1001 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CDE80D
Complementary color
Monochromatic Colors of #CDE80D
Black with #CDE80D
Text Example
Text Example
White with #CDE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE80D; }
p { color: rgb(205,232,13); }
H1.HeaderClassName
{
color: #CDE80D;
}
.AnyTagClassName
{
color: #CDE80D;
}
</style>
background-color css
<style>
a { background-color: #CDE80D; }
a { background-color: rgb(205,232,13); }
div.DivClassName
{
background-color: #CDE80D;
}
.BgClassName
{
background-color: #CDE80D;
}
</style>
border-color css
<style>
span { border-color: #CDE80D; }
span { border-color: rgb(205,232,13); }
td.TdClassName
{
border-color: #CDE80D;
}
.TagClassName
{
border-color: #CDE80D;
}
</style>