Shades of Electric Lime #CDE808
Tints of Electric Lime #CDE808
RGB
CMYK
RGB Variations
Color information
#CDE808 (or 0xCDE808) is known color: Electric Lime. HEX triplet: CD, E8 and 08. RGB value is (205,232,8). Sum of RGB (Red+Green+Blue) = 205+232+8=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE808 is #3217F7. Grayscale: #C7C7C7. Windows color (decimal): -3282936 or 583885. OLE color: 583885.
HSL color Cylindrical-coordinate representation of color #CDE808: hue angle of 67.23º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE808 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.23º | 0.93% | 0.47% | - |
| HSV(B) | 67.23º | 0.97% | 0.91% | - |
| XYZ | 54.08 | 70.71 | 11.03 | - |
| YUV | 198.39 | 20.55 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 8 | 0.12 | 0 | 0.97 | 0.09 | 67.23 | 0.93 | 0.47 |
| Hex | CD | E8 | 8 | C | 0 | 61 | 9 | 43 | 5D | 2F |
| Octal | 315 | 350 | 10 | 14 | 0 | 141 | 11 | 103 | 135 | 57 |
| Binary | 11001101 | 11101000 | 1000 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011101 | 101111 |
Color Harmonies of #CDE808
Complementary color
Monochromatic Colors of #CDE808
Black with #CDE808
Text Example
Text Example
White with #CDE808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE808; }
p { color: rgb(205,232,8); }
H1.HeaderClassName
{
color: #CDE808;
}
.AnyTagClassName
{
color: #CDE808;
}
</style>
background-color css
<style>
a { background-color: #CDE808; }
a { background-color: rgb(205,232,8); }
div.DivClassName
{
background-color: #CDE808;
}
.BgClassName
{
background-color: #CDE808;
}
</style>
border-color css
<style>
span { border-color: #CDE808; }
span { border-color: rgb(205,232,8); }
td.TdClassName
{
border-color: #CDE808;
}
.TagClassName
{
border-color: #CDE808;
}
</style>