Shades of Electric Lime #CDE204
Tints of Electric Lime #CDE204
RGB
CMYK
RGB Variations
Color information
#CDE204 (or 0xCDE204) is known color: Electric Lime. HEX triplet: CD, E2 and 04. RGB value is (205,226,4). Sum of RGB (Red+Green+Blue) = 205+226+4=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE204 is #321DFB. Grayscale: #C3C3C3. Windows color (decimal): -3284476 or 320205. OLE color: 320205.
HSL color Cylindrical-coordinate representation of color #CDE204: hue angle of 65.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDE204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.11 |
| HSL | 65.68º | 0.97% | 0.45% | - |
| HSV(B) | 65.68º | 0.98% | 0.89% | - |
| XYZ | 52.4 | 67.38 | 10.36 | - |
| YUV | 194.41 | 20.54 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 4 | 0.09 | 0 | 0.98 | 0.11 | 65.68 | 0.97 | 0.45 |
| Hex | CD | E2 | 4 | 9 | 0 | 62 | B | 42 | 61 | 2D |
| Octal | 315 | 342 | 4 | 11 | 0 | 142 | 13 | 102 | 141 | 55 |
| Binary | 11001101 | 11100010 | 100 | 1001 | 0 | 1100010 | 1011 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CDE204
Complementary color
Monochromatic Colors of #CDE204
Black with #CDE204
Text Example
Text Example
White with #CDE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE204; }
p { color: rgb(205,226,4); }
H1.HeaderClassName
{
color: #CDE204;
}
.AnyTagClassName
{
color: #CDE204;
}
</style>
background-color css
<style>
a { background-color: #CDE204; }
a { background-color: rgb(205,226,4); }
div.DivClassName
{
background-color: #CDE204;
}
.BgClassName
{
background-color: #CDE204;
}
</style>
border-color css
<style>
span { border-color: #CDE204; }
span { border-color: rgb(205,226,4); }
td.TdClassName
{
border-color: #CDE204;
}
.TagClassName
{
border-color: #CDE204;
}
</style>