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