Shades of Electric Lime #CEDD00
Tints of Electric Lime #CEDD00
RGB
CMYK
RGB Variations
Color information
#CEDD00 (or 0xCEDD00) is known color: Electric Lime. HEX triplet: CE, DD and 00. RGB value is (206,221,0). Sum of RGB (Red+Green+Blue) = 206+221+0=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD00 is #3122FF. Grayscale: #C0C0C0. Windows color (decimal): -3220224 or 56782. OLE color: 56782.
HSL color Cylindrical-coordinate representation of color #CEDD00: hue angle of 64.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDD00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.13 |
| HSL | 64.07º | 1% | 0.43% | - |
| HSV(B) | 64.07º | 1% | 0.87% | - |
| XYZ | 51.31 | 64.83 | 9.81 | - |
| YUV | 191.32 | 20.03 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 0 | 0.07 | 0 | 1 | 0.13 | 64.07 | 1 | 0.43 |
| Hex | CE | DD | 0 | 7 | 0 | 64 | D | 40 | 64 | 2B |
| Octal | 316 | 335 | 0 | 7 | 0 | 144 | 15 | 100 | 144 | 53 |
| Binary | 11001110 | 11011101 | 0 | 111 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CEDD00
Complementary color
Monochromatic Colors of #CEDD00
Black with #CEDD00
Text Example
Text Example
White with #CEDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD00; }
p { color: rgb(206,221,0); }
H1.HeaderClassName
{
color: #CEDD00;
}
.AnyTagClassName
{
color: #CEDD00;
}
</style>
background-color css
<style>
a { background-color: #CEDD00; }
a { background-color: rgb(206,221,0); }
div.DivClassName
{
background-color: #CEDD00;
}
.BgClassName
{
background-color: #CEDD00;
}
</style>
border-color css
<style>
span { border-color: #CEDD00; }
span { border-color: rgb(206,221,0); }
td.TdClassName
{
border-color: #CEDD00;
}
.TagClassName
{
border-color: #CEDD00;
}
</style>