Shades of Electric Lime #CDE50D
Tints of Electric Lime #CDE50D
RGB
CMYK
RGB Variations
Color information
#CDE50D (or 0xCDE50D) is known color: Electric Lime. HEX triplet: CD, E5 and 0D. RGB value is (205,229,13). Sum of RGB (Red+Green+Blue) = 205+229+13=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE50D is #321AF2. Grayscale: #C6C6C6. Windows color (decimal): -3283699 or 910797. OLE color: 910797.
HSL color Cylindrical-coordinate representation of color #CDE50D: hue angle of 66.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE50D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.10 |
| HSL | 66.67º | 0.89% | 0.47% | - |
| HSV(B) | 66.67º | 0.94% | 0.9% | - |
| XYZ | 53.27 | 69.05 | 10.9 | - |
| YUV | 197.2 | 24.05 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 13 | 0.10 | 0 | 0.94 | 0.10 | 66.67 | 0.89 | 0.47 |
| Hex | CD | E5 | D | A | 0 | 5E | A | 43 | 59 | 2F |
| Octal | 315 | 345 | 15 | 12 | 0 | 136 | 12 | 103 | 131 | 57 |
| Binary | 11001101 | 11100101 | 1101 | 1010 | 0 | 1011110 | 1010 | 1000011 | 1011001 | 101111 |
Color Harmonies of #CDE50D
Complementary color
Monochromatic Colors of #CDE50D
Black with #CDE50D
Text Example
Text Example
White with #CDE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE50D; }
p { color: rgb(205,229,13); }
H1.HeaderClassName
{
color: #CDE50D;
}
.AnyTagClassName
{
color: #CDE50D;
}
</style>
background-color css
<style>
a { background-color: #CDE50D; }
a { background-color: rgb(205,229,13); }
div.DivClassName
{
background-color: #CDE50D;
}
.BgClassName
{
background-color: #CDE50D;
}
</style>
border-color css
<style>
span { border-color: #CDE50D; }
span { border-color: rgb(205,229,13); }
td.TdClassName
{
border-color: #CDE50D;
}
.TagClassName
{
border-color: #CDE50D;
}
</style>