Shades of Electric Lime #CDE503
Tints of Electric Lime #CDE503
RGB
CMYK
RGB Variations
Color information
#CDE503 (or 0xCDE503) is known color: Electric Lime. HEX triplet: CD, E5 and 03. RGB value is (205,229,3). Sum of RGB (Red+Green+Blue) = 205+229+3=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE503 is #321AFC. Grayscale: #C4C4C4. Windows color (decimal): -3283709 or 255437. OLE color: 255437.
HSL color Cylindrical-coordinate representation of color #CDE503: hue angle of 66.37º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE503 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.10 |
| HSL | 66.37º | 0.97% | 0.45% | - |
| HSV(B) | 66.37º | 0.99% | 0.9% | - |
| XYZ | 53.21 | 69.02 | 10.6 | - |
| YUV | 196.06 | 19.05 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 3 | 0.10 | 0 | 0.99 | 0.10 | 66.37 | 0.97 | 0.45 |
| Hex | CD | E5 | 3 | A | 0 | 63 | A | 42 | 61 | 2D |
| Octal | 315 | 345 | 3 | 12 | 0 | 143 | 12 | 102 | 141 | 55 |
| Binary | 11001101 | 11100101 | 11 | 1010 | 0 | 1100011 | 1010 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CDE503
Complementary color
Monochromatic Colors of #CDE503
Black with #CDE503
Text Example
Text Example
White with #CDE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE503; }
p { color: rgb(205,229,3); }
H1.HeaderClassName
{
color: #CDE503;
}
.AnyTagClassName
{
color: #CDE503;
}
</style>
background-color css
<style>
a { background-color: #CDE503; }
a { background-color: rgb(205,229,3); }
div.DivClassName
{
background-color: #CDE503;
}
.BgClassName
{
background-color: #CDE503;
}
</style>
border-color css
<style>
span { border-color: #CDE503; }
span { border-color: rgb(205,229,3); }
td.TdClassName
{
border-color: #CDE503;
}
.TagClassName
{
border-color: #CDE503;
}
</style>