Shades of Electric Lime #CDE40A
Tints of Electric Lime #CDE40A
RGB
CMYK
RGB Variations
Color information
#CDE40A (or 0xCDE40A) is known color: Electric Lime. HEX triplet: CD, E4 and 0A. RGB value is (205,228,10). Sum of RGB (Red+Green+Blue) = 205+228+10=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE40A is #321BF5. Grayscale: #C5C5C5. Windows color (decimal): -3283958 or 713933. OLE color: 713933.
HSL color Cylindrical-coordinate representation of color #CDE40A: hue angle of 66.33º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE40A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 10 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.11 |
| HSL | 66.33º | 0.92% | 0.47% | - |
| HSV(B) | 66.33º | 0.96% | 0.89% | - |
| XYZ | 52.98 | 68.49 | 10.71 | - |
| YUV | 196.27 | 22.88 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 10 | 0.10 | 0 | 0.96 | 0.11 | 66.33 | 0.92 | 0.47 |
| Hex | CD | E4 | A | A | 0 | 60 | B | 42 | 5C | 2F |
| Octal | 315 | 344 | 12 | 12 | 0 | 140 | 13 | 102 | 134 | 57 |
| Binary | 11001101 | 11100100 | 1010 | 1010 | 0 | 1100000 | 1011 | 1000010 | 1011100 | 101111 |
Color Harmonies of #CDE40A
Complementary color
Monochromatic Colors of #CDE40A
Black with #CDE40A
Text Example
Text Example
White with #CDE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE40A; }
p { color: rgb(205,228,10); }
H1.HeaderClassName
{
color: #CDE40A;
}
.AnyTagClassName
{
color: #CDE40A;
}
</style>
background-color css
<style>
a { background-color: #CDE40A; }
a { background-color: rgb(205,228,10); }
div.DivClassName
{
background-color: #CDE40A;
}
.BgClassName
{
background-color: #CDE40A;
}
</style>
border-color css
<style>
span { border-color: #CDE40A; }
span { border-color: rgb(205,228,10); }
td.TdClassName
{
border-color: #CDE40A;
}
.TagClassName
{
border-color: #CDE40A;
}
</style>