Shades of Electric Lime #CDE800
Tints of Electric Lime #CDE800
RGB
CMYK
RGB Variations
Color information
#CDE800 (or 0xCDE800) is known color: Electric Lime. HEX triplet: CD, E8 and 00. RGB value is (205,232,0). Sum of RGB (Red+Green+Blue) = 205+232+0=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE800 is #3217FF. Grayscale: #C6C6C6. Windows color (decimal): -3282944 or 59597. OLE color: 59597.
HSL color Cylindrical-coordinate representation of color #CDE800: hue angle of 66.98º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDE800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.09 |
| HSL | 66.98º | 1% | 0.45% | - |
| HSV(B) | 66.98º | 1% | 0.91% | - |
| XYZ | 54.03 | 70.69 | 10.8 | - |
| YUV | 197.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 0 | 0.12 | 0 | 1 | 0.09 | 66.98 | 1 | 0.45 |
| Hex | CD | E8 | 0 | C | 0 | 64 | 9 | 43 | 64 | 2D |
| Octal | 315 | 350 | 0 | 14 | 0 | 144 | 11 | 103 | 144 | 55 |
| Binary | 11001101 | 11101000 | 0 | 1100 | 0 | 1100100 | 1001 | 1000011 | 1100100 | 101101 |
Color Harmonies of #CDE800
Complementary color
Monochromatic Colors of #CDE800
Black with #CDE800
Text Example
Text Example
White with #CDE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE800; }
p { color: rgb(205,232,0); }
H1.HeaderClassName
{
color: #CDE800;
}
.AnyTagClassName
{
color: #CDE800;
}
</style>
background-color css
<style>
a { background-color: #CDE800; }
a { background-color: rgb(205,232,0); }
div.DivClassName
{
background-color: #CDE800;
}
.BgClassName
{
background-color: #CDE800;
}
</style>
border-color css
<style>
span { border-color: #CDE800; }
span { border-color: rgb(205,232,0); }
td.TdClassName
{
border-color: #CDE800;
}
.TagClassName
{
border-color: #CDE800;
}
</style>