Shades of Electric Lime #CDE70D
Tints of Electric Lime #CDE70D
RGB
CMYK
RGB Variations
Color information
#CDE70D (or 0xCDE70D) is known color: Electric Lime. HEX triplet: CD, E7 and 0D. RGB value is (205,231,13). Sum of RGB (Red+Green+Blue) = 205+231+13=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE70D is #3218F2. Grayscale: #C7C7C7. Windows color (decimal): -3283187 or 911309. OLE color: 911309.
HSL color Cylindrical-coordinate representation of color #CDE70D: hue angle of 67.16º 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 #CDE70D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.09 |
| HSL | 67.16º | 0.89% | 0.48% | - |
| HSV(B) | 67.16º | 0.94% | 0.91% | - |
| XYZ | 53.83 | 70.16 | 11.09 | - |
| YUV | 198.37 | 23.39 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 13 | 0.11 | 0 | 0.94 | 0.09 | 67.16 | 0.89 | 0.48 |
| Hex | CD | E7 | D | B | 0 | 5E | 9 | 43 | 59 | 30 |
| Octal | 315 | 347 | 15 | 13 | 0 | 136 | 11 | 103 | 131 | 60 |
| Binary | 11001101 | 11100111 | 1101 | 1011 | 0 | 1011110 | 1001 | 1000011 | 1011001 | 110000 |
Color Harmonies of #CDE70D
Complementary color
Monochromatic Colors of #CDE70D
Black with #CDE70D
Text Example
Text Example
White with #CDE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE70D; }
p { color: rgb(205,231,13); }
H1.HeaderClassName
{
color: #CDE70D;
}
.AnyTagClassName
{
color: #CDE70D;
}
</style>
background-color css
<style>
a { background-color: #CDE70D; }
a { background-color: rgb(205,231,13); }
div.DivClassName
{
background-color: #CDE70D;
}
.BgClassName
{
background-color: #CDE70D;
}
</style>
border-color css
<style>
span { border-color: #CDE70D; }
span { border-color: rgb(205,231,13); }
td.TdClassName
{
border-color: #CDE70D;
}
.TagClassName
{
border-color: #CDE70D;
}
</style>