Shades of Electric Lime #CEDC00
Tints of Electric Lime #CEDC00
RGB
CMYK
RGB Variations
Color information
#CEDC00 (or 0xCEDC00) is known color: Electric Lime. HEX triplet: CE, DC and 00. RGB value is (206,220,0). Sum of RGB (Red+Green+Blue) = 206+220+0=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC00 is #3123FF. Grayscale: #BFBFBF. Windows color (decimal): -3220480 or 56526. OLE color: 56526.
HSL color Cylindrical-coordinate representation of color #CEDC00: hue angle of 63.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDC00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.14 |
| HSL | 63.82º | 1% | 0.43% | - |
| HSV(B) | 63.82º | 1% | 0.86% | - |
| XYZ | 51.05 | 64.31 | 9.72 | - |
| YUV | 190.73 | 20.36 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 0 | 0.06 | 0 | 1 | 0.14 | 63.82 | 1 | 0.43 |
| Hex | CE | DC | 0 | 6 | 0 | 64 | E | 40 | 64 | 2B |
| Octal | 316 | 334 | 0 | 6 | 0 | 144 | 16 | 100 | 144 | 53 |
| Binary | 11001110 | 11011100 | 0 | 110 | 0 | 1100100 | 1110 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CEDC00
Complementary color
Monochromatic Colors of #CEDC00
Black with #CEDC00
Text Example
Text Example
White with #CEDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC00; }
p { color: rgb(206,220,0); }
H1.HeaderClassName
{
color: #CEDC00;
}
.AnyTagClassName
{
color: #CEDC00;
}
</style>
background-color css
<style>
a { background-color: #CEDC00; }
a { background-color: rgb(206,220,0); }
div.DivClassName
{
background-color: #CEDC00;
}
.BgClassName
{
background-color: #CEDC00;
}
</style>
border-color css
<style>
span { border-color: #CEDC00; }
span { border-color: rgb(206,220,0); }
td.TdClassName
{
border-color: #CEDC00;
}
.TagClassName
{
border-color: #CEDC00;
}
</style>