Shades of Electric Lime #CCDF00
Tints of Electric Lime #CCDF00
RGB
CMYK
RGB Variations
Color information
#CCDF00 (or 0xCCDF00) is known color: Electric Lime. HEX triplet: CC, DF and 00. RGB value is (204,223,0). Sum of RGB (Red+Green+Blue) = 204+223+0=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF00 is #3320FF. Grayscale: #C0C0C0. Windows color (decimal): -3350784 or 57292. OLE color: 57292.
HSL color Cylindrical-coordinate representation of color #CCDF00: hue angle of 65.11º 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 #CCDF00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.13 |
| HSL | 65.11º | 1% | 0.44% | - |
| HSV(B) | 65.11º | 1% | 0.87% | - |
| XYZ | 51.29 | 65.61 | 9.96 | - |
| YUV | 191.9 | 19.71 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 0 | 0.09 | 0 | 1 | 0.13 | 65.11 | 1 | 0.44 |
| Hex | CC | DF | 0 | 9 | 0 | 64 | D | 41 | 64 | 2C |
| Octal | 314 | 337 | 0 | 11 | 0 | 144 | 15 | 101 | 144 | 54 |
| Binary | 11001100 | 11011111 | 0 | 1001 | 0 | 1100100 | 1101 | 1000001 | 1100100 | 101100 |
Color Harmonies of #CCDF00
Complementary color
Monochromatic Colors of #CCDF00
Black with #CCDF00
Text Example
Text Example
White with #CCDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF00; }
p { color: rgb(204,223,0); }
H1.HeaderClassName
{
color: #CCDF00;
}
.AnyTagClassName
{
color: #CCDF00;
}
</style>
background-color css
<style>
a { background-color: #CCDF00; }
a { background-color: rgb(204,223,0); }
div.DivClassName
{
background-color: #CCDF00;
}
.BgClassName
{
background-color: #CCDF00;
}
</style>
border-color css
<style>
span { border-color: #CCDF00; }
span { border-color: rgb(204,223,0); }
td.TdClassName
{
border-color: #CCDF00;
}
.TagClassName
{
border-color: #CCDF00;
}
</style>