Shades of Electric Lime #CCDE04
Tints of Electric Lime #CCDE04
RGB
CMYK
RGB Variations
Color information
#CCDE04 (or 0xCCDE04) is known color: Electric Lime. HEX triplet: CC, DE and 04. RGB value is (204,222,4). Sum of RGB (Red+Green+Blue) = 204+222+4=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDE04 is #3321FB. Grayscale: #C0C0C0. Windows color (decimal): -3351036 or 319180. OLE color: 319180.
HSL color Cylindrical-coordinate representation of color #CCDE04: hue angle of 64.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDE04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.13 |
| HSL | 64.95º | 0.96% | 0.44% | - |
| HSV(B) | 64.95º | 0.98% | 0.87% | - |
| XYZ | 51.05 | 65.09 | 9.99 | - |
| YUV | 191.77 | 22.04 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 4 | 0.08 | 0 | 0.98 | 0.13 | 64.95 | 0.96 | 0.44 |
| Hex | CC | DE | 4 | 8 | 0 | 62 | D | 41 | 60 | 2C |
| Octal | 314 | 336 | 4 | 10 | 0 | 142 | 15 | 101 | 140 | 54 |
| Binary | 11001100 | 11011110 | 100 | 1000 | 0 | 1100010 | 1101 | 1000001 | 1100000 | 101100 |
Color Harmonies of #CCDE04
Complementary color
Monochromatic Colors of #CCDE04
Black with #CCDE04
Text Example
Text Example
White with #CCDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE04; }
p { color: rgb(204,222,4); }
H1.HeaderClassName
{
color: #CCDE04;
}
.AnyTagClassName
{
color: #CCDE04;
}
</style>
background-color css
<style>
a { background-color: #CCDE04; }
a { background-color: rgb(204,222,4); }
div.DivClassName
{
background-color: #CCDE04;
}
.BgClassName
{
background-color: #CCDE04;
}
</style>
border-color css
<style>
span { border-color: #CCDE04; }
span { border-color: rgb(204,222,4); }
td.TdClassName
{
border-color: #CCDE04;
}
.TagClassName
{
border-color: #CCDE04;
}
</style>