Shades of Electric Lime #CDE203
Tints of Electric Lime #CDE203
RGB
CMYK
RGB Variations
Color information
#CDE203 (or 0xCDE203) is known color: Electric Lime. HEX triplet: CD, E2 and 03. RGB value is (205,226,3). Sum of RGB (Red+Green+Blue) = 205+226+3=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE203 is #321DFC. Grayscale: #C3C3C3. Windows color (decimal): -3284477 or 254669. OLE color: 254669.
HSL color Cylindrical-coordinate representation of color #CDE203: hue angle of 65.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE203 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.65º | 0.97% | 0.45% | - |
| HSV(B) | 65.65º | 0.99% | 0.89% | - |
| XYZ | 52.39 | 67.38 | 10.33 | - |
| YUV | 194.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 3 | 0.09 | 0 | 0.99 | 0.11 | 65.65 | 0.97 | 0.45 |
| Hex | CD | E2 | 3 | 9 | 0 | 63 | B | 42 | 61 | 2D |
| Octal | 315 | 342 | 3 | 11 | 0 | 143 | 13 | 102 | 141 | 55 |
| Binary | 11001101 | 11100010 | 11 | 1001 | 0 | 1100011 | 1011 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CDE203
Complementary color
Monochromatic Colors of #CDE203
Black with #CDE203
Text Example
Text Example
White with #CDE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE203; }
p { color: rgb(205,226,3); }
H1.HeaderClassName
{
color: #CDE203;
}
.AnyTagClassName
{
color: #CDE203;
}
</style>
background-color css
<style>
a { background-color: #CDE203; }
a { background-color: rgb(205,226,3); }
div.DivClassName
{
background-color: #CDE203;
}
.BgClassName
{
background-color: #CDE203;
}
</style>
border-color css
<style>
span { border-color: #CDE203; }
span { border-color: rgb(205,226,3); }
td.TdClassName
{
border-color: #CDE203;
}
.TagClassName
{
border-color: #CDE203;
}
</style>