Shades of Electric Lime #CDE505
Tints of Electric Lime #CDE505
RGB
CMYK
RGB Variations
Color information
#CDE505 (or 0xCDE505) is known color: Electric Lime. HEX triplet: CD, E5 and 05. RGB value is (205,229,5). Sum of RGB (Red+Green+Blue) = 205+229+5=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE505 is #321AFA. Grayscale: #C5C5C5. Windows color (decimal): -3283707 or 386509. OLE color: 386509.
HSL color Cylindrical-coordinate representation of color #CDE505: hue angle of 66.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDE505 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 5 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.10 |
| HSL | 66.43º | 0.96% | 0.46% | - |
| HSV(B) | 66.43º | 0.98% | 0.9% | - |
| XYZ | 53.22 | 69.03 | 10.66 | - |
| YUV | 196.29 | 20.05 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 5 | 0.10 | 0 | 0.98 | 0.10 | 66.43 | 0.96 | 0.46 |
| Hex | CD | E5 | 5 | A | 0 | 62 | A | 42 | 60 | 2E |
| Octal | 315 | 345 | 5 | 12 | 0 | 142 | 12 | 102 | 140 | 56 |
| Binary | 11001101 | 11100101 | 101 | 1010 | 0 | 1100010 | 1010 | 1000010 | 1100000 | 101110 |
Color Harmonies of #CDE505
Complementary color
Monochromatic Colors of #CDE505
Black with #CDE505
Text Example
Text Example
White with #CDE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE505; }
p { color: rgb(205,229,5); }
H1.HeaderClassName
{
color: #CDE505;
}
.AnyTagClassName
{
color: #CDE505;
}
</style>
background-color css
<style>
a { background-color: #CDE505; }
a { background-color: rgb(205,229,5); }
div.DivClassName
{
background-color: #CDE505;
}
.BgClassName
{
background-color: #CDE505;
}
</style>
border-color css
<style>
span { border-color: #CDE505; }
span { border-color: rgb(205,229,5); }
td.TdClassName
{
border-color: #CDE505;
}
.TagClassName
{
border-color: #CDE505;
}
</style>