Shades of Electric Lime #CDE202
Tints of Electric Lime #CDE202
RGB
CMYK
RGB Variations
Color information
#CDE202 (or 0xCDE202) is known color: Electric Lime. HEX triplet: CD, E2 and 02. RGB value is (205,226,2). Sum of RGB (Red+Green+Blue) = 205+226+2=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE202 is #321DFD. Grayscale: #C3C3C3. Windows color (decimal): -3284478 or 189133. OLE color: 189133.
HSL color Cylindrical-coordinate representation of color #CDE202: hue angle of 65.62º degrees, saturation: 0.98, 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 #CDE202 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.11 |
| HSL | 65.63º | 0.98% | 0.45% | - |
| HSV(B) | 65.63º | 0.99% | 0.89% | - |
| XYZ | 52.38 | 67.38 | 10.3 | - |
| YUV | 194.19 | 19.54 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 2 | 0.09 | 0 | 0.99 | 0.11 | 65.63 | 0.98 | 0.45 |
| Hex | CD | E2 | 2 | 9 | 0 | 63 | B | 42 | 62 | 2D |
| Octal | 315 | 342 | 2 | 11 | 0 | 143 | 13 | 102 | 142 | 55 |
| Binary | 11001101 | 11100010 | 10 | 1001 | 0 | 1100011 | 1011 | 1000010 | 1100010 | 101101 |
Color Harmonies of #CDE202
Complementary color
Monochromatic Colors of #CDE202
Black with #CDE202
Text Example
Text Example
White with #CDE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE202; }
p { color: rgb(205,226,2); }
H1.HeaderClassName
{
color: #CDE202;
}
.AnyTagClassName
{
color: #CDE202;
}
</style>
background-color css
<style>
a { background-color: #CDE202; }
a { background-color: rgb(205,226,2); }
div.DivClassName
{
background-color: #CDE202;
}
.BgClassName
{
background-color: #CDE202;
}
</style>
border-color css
<style>
span { border-color: #CDE202; }
span { border-color: rgb(205,226,2); }
td.TdClassName
{
border-color: #CDE202;
}
.TagClassName
{
border-color: #CDE202;
}
</style>