Shades of Electric Lime #CDE006
Tints of Electric Lime #CDE006
RGB
CMYK
RGB Variations
Color information
#CDE006 (or 0xCDE006) is known color: Electric Lime. HEX triplet: CD, E0 and 06. RGB value is (205,224,6). Sum of RGB (Red+Green+Blue) = 205+224+6=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE006 is #321FF9. Grayscale: #C2C2C2. Windows color (decimal): -3284986 or 450765. OLE color: 450765.
HSL color Cylindrical-coordinate representation of color #CDE006: hue angle of 65.23º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE006 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.12 |
| HSL | 65.23º | 0.95% | 0.45% | - |
| HSV(B) | 65.23º | 0.97% | 0.88% | - |
| XYZ | 51.87 | 66.3 | 10.24 | - |
| YUV | 193.47 | 22.21 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 6 | 0.08 | 0 | 0.97 | 0.12 | 65.23 | 0.95 | 0.45 |
| Hex | CD | E0 | 6 | 8 | 0 | 61 | C | 41 | 5F | 2D |
| Octal | 315 | 340 | 6 | 10 | 0 | 141 | 14 | 101 | 137 | 55 |
| Binary | 11001101 | 11100000 | 110 | 1000 | 0 | 1100001 | 1100 | 1000001 | 1011111 | 101101 |
Color Harmonies of #CDE006
Complementary color
Monochromatic Colors of #CDE006
Black with #CDE006
Text Example
Text Example
White with #CDE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE006; }
p { color: rgb(205,224,6); }
H1.HeaderClassName
{
color: #CDE006;
}
.AnyTagClassName
{
color: #CDE006;
}
</style>
background-color css
<style>
a { background-color: #CDE006; }
a { background-color: rgb(205,224,6); }
div.DivClassName
{
background-color: #CDE006;
}
.BgClassName
{
background-color: #CDE006;
}
</style>
border-color css
<style>
span { border-color: #CDE006; }
span { border-color: rgb(205,224,6); }
td.TdClassName
{
border-color: #CDE006;
}
.TagClassName
{
border-color: #CDE006;
}
</style>