Shades of Electric Lime #CEDE00
Tints of Electric Lime #CEDE00
RGB
CMYK
RGB Variations
Color information
#CEDE00 (or 0xCEDE00) is known color: Electric Lime. HEX triplet: CE, DE and 00. RGB value is (206,222,0). Sum of RGB (Red+Green+Blue) = 206+222+0=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE00 is #3121FF. Grayscale: #C0C0C0. Windows color (decimal): -3219968 or 57038. OLE color: 57038.
HSL color Cylindrical-coordinate representation of color #CEDE00: hue angle of 64.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDE00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.13 |
| HSL | 64.32º | 1% | 0.44% | - |
| HSV(B) | 64.32º | 1% | 0.87% | - |
| XYZ | 51.57 | 65.36 | 9.9 | - |
| YUV | 191.91 | 19.7 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 0 | 0.07 | 0 | 1 | 0.13 | 64.32 | 1 | 0.44 |
| Hex | CE | DE | 0 | 7 | 0 | 64 | D | 40 | 64 | 2C |
| Octal | 316 | 336 | 0 | 7 | 0 | 144 | 15 | 100 | 144 | 54 |
| Binary | 11001110 | 11011110 | 0 | 111 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101100 |
Color Harmonies of #CEDE00
Complementary color
Monochromatic Colors of #CEDE00
Black with #CEDE00
Text Example
Text Example
White with #CEDE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE00; }
p { color: rgb(206,222,0); }
H1.HeaderClassName
{
color: #CEDE00;
}
.AnyTagClassName
{
color: #CEDE00;
}
</style>
background-color css
<style>
a { background-color: #CEDE00; }
a { background-color: rgb(206,222,0); }
div.DivClassName
{
background-color: #CEDE00;
}
.BgClassName
{
background-color: #CEDE00;
}
</style>
border-color css
<style>
span { border-color: #CEDE00; }
span { border-color: rgb(206,222,0); }
td.TdClassName
{
border-color: #CEDE00;
}
.TagClassName
{
border-color: #CEDE00;
}
</style>