#CCED00

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

Shades of Electric Lime #CCED00

Tints of Electric Lime #CCED00

Color information

#CCED00 (or 0xCCED00) is unknown color: approx Electric Lime. HEX triplet: CC, ED and 00. RGB value is (204,237,0). Sum of RGB (Red+Green+Blue) = 204+237+0=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED00 is #3312FF. Grayscale: #C9C9C9. Windows color (decimal): -3347200 or 60876. OLE color: 60876.

HSL color Cylindrical-coordinate representation of color #CCED00: hue angle of 68.35º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCED00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2042370-
CMYK0.14010.07
HSL68.35º100%46.47%-
HSV(B)68.35º100%92.94%-
XYZ55.1973.4111.26-
YUV200.1215.07130.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 237 (92.97% from 255) = 53.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.26%
G=53.74%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20423700.14010.0768.3510046.47
HexCCED0E064744642e
Octal3143550160144710414456
Binary1100110011101101011100110010011110001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED00; }

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

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

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

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

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

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

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

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