#CCDE00

Color #CCDE00 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CCDE00

Tints of Electric Lime #CCDE00

Color information

#CCDE00 (or 0xCCDE00) is unknown color: approx Electric Lime. HEX triplet: CC, DE and 00. RGB value is (204,222,0). Sum of RGB (Red+Green+Blue) = 204+222+0=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDE00 is #3321FF. Grayscale: #C0C0C0. Windows color (decimal): -3351040 or 57036. OLE color: 57036.

HSL color Cylindrical-coordinate representation of color #CCDE00: hue angle of 64.86º 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 #CCDE00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2042220-
CMYK0.08010.13
HSL64.86º100%43.53%-
HSV(B)64.86º100%87.06%-
XYZ51.0265.089.87-
YUV191.3120.04137.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.89%
G=52.11%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20422200.08010.1364.8610043.53
HexCCDE08064D41642c
Octal31433601001441510114454
Binary11001100110111100100001100100110110000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE00; }

 p { color: rgb(204,222,0); }

 H1.HeaderClassName
 {
   color: #CCDE00;
 }
 .AnyTagClassName
 {
   color: #CCDE00;
 }
</style>
background-color css

<style>
 a { background-color: #CCDE00; }

 a { background-color: rgb(204,222,0); }

 div.DivClassName
 {
   background-color: #CCDE00;
 }
 .BgClassName
 {
   background-color: #CCDE00;
 }
</style>
border-color css

<style>
 span { border-color: #CCDE00; }

 span { border-color: rgb(204,222,0); }

 td.TdClassName
 {
   border-color: #CCDE00;
 }
 .TagClassName
 {
   border-color: #CCDE00;
 }
</style>