Shades of Electric Lime #CDDD00
Tints of Electric Lime #CDDD00
RGB
CMYK
RGB Variations
Color information
#CDDD00 (or 0xCDDD00) is known color: Electric Lime. HEX triplet: CD, DD and 00. RGB value is (205,221,0). Sum of RGB (Red+Green+Blue) = 205+221+0=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD00 is #3222FF. Grayscale: #BFBFBF. Windows color (decimal): -3285760 or 56781. OLE color: 56781.
HSL color Cylindrical-coordinate representation of color #CDDD00: hue angle of 64.34º 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 #CDDD00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.13 |
| HSL | 64.34º | 1% | 0.43% | - |
| HSV(B) | 64.34º | 1% | 0.87% | - |
| XYZ | 51.03 | 64.69 | 9.8 | - |
| YUV | 191.02 | 20.2 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 0 | 0.07 | 0 | 1 | 0.13 | 64.34 | 1 | 0.43 |
| Hex | CD | DD | 0 | 7 | 0 | 64 | D | 40 | 64 | 2B |
| Octal | 315 | 335 | 0 | 7 | 0 | 144 | 15 | 100 | 144 | 53 |
| Binary | 11001101 | 11011101 | 0 | 111 | 0 | 1100100 | 1101 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CDDD00
Complementary color
Monochromatic Colors of #CDDD00
Black with #CDDD00
Text Example
Text Example
White with #CDDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD00; }
p { color: rgb(205,221,0); }
H1.HeaderClassName
{
color: #CDDD00;
}
.AnyTagClassName
{
color: #CDDD00;
}
</style>
background-color css
<style>
a { background-color: #CDDD00; }
a { background-color: rgb(205,221,0); }
div.DivClassName
{
background-color: #CDDD00;
}
.BgClassName
{
background-color: #CDDD00;
}
</style>
border-color css
<style>
span { border-color: #CDDD00; }
span { border-color: rgb(205,221,0); }
td.TdClassName
{
border-color: #CDDD00;
}
.TagClassName
{
border-color: #CDDD00;
}
</style>