Shades of Electric Lime #CCDD00
Tints of Electric Lime #CCDD00
RGB
CMYK
RGB Variations
Color information
#CCDD00 (or 0xCCDD00) is known color: Electric Lime. HEX triplet: CC, DD and 00. RGB value is (204,221,0). Sum of RGB (Red+Green+Blue) = 204+221+0=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD00 is #3322FF. Grayscale: #BFBFBF. Windows color (decimal): -3351296 or 56780. OLE color: 56780.
HSL color Cylindrical-coordinate representation of color #CCDD00: hue angle of 64.62º 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 #CCDD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.13 |
| HSL | 64.62º | 1% | 0.43% | - |
| HSV(B) | 64.62º | 1% | 0.87% | - |
| XYZ | 50.76 | 64.55 | 9.78 | - |
| YUV | 190.72 | 20.37 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 0 | 0.08 | 0 | 1 | 0.13 | 64.62 | 1 | 0.43 |
| Hex | CC | DD | 0 | 8 | 0 | 64 | D | 41 | 64 | 2B |
| Octal | 314 | 335 | 0 | 10 | 0 | 144 | 15 | 101 | 144 | 53 |
| Binary | 11001100 | 11011101 | 0 | 1000 | 0 | 1100100 | 1101 | 1000001 | 1100100 | 101011 |
Color Harmonies of #CCDD00
Complementary color
Monochromatic Colors of #CCDD00
Black with #CCDD00
Text Example
Text Example
White with #CCDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD00; }
p { color: rgb(204,221,0); }
H1.HeaderClassName
{
color: #CCDD00;
}
.AnyTagClassName
{
color: #CCDD00;
}
</style>
background-color css
<style>
a { background-color: #CCDD00; }
a { background-color: rgb(204,221,0); }
div.DivClassName
{
background-color: #CCDD00;
}
.BgClassName
{
background-color: #CCDD00;
}
</style>
border-color css
<style>
span { border-color: #CCDD00; }
span { border-color: rgb(204,221,0); }
td.TdClassName
{
border-color: #CCDD00;
}
.TagClassName
{
border-color: #CCDD00;
}
</style>