#CCF418

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

Shades of Electric Lime #CCF418

Tints of Electric Lime #CCF418

Color information

#CCF418 (or 0xCCF418) is unknown color: approx Electric Lime. HEX triplet: CC, F4 and 18. RGB value is (204,244,24). Sum of RGB (Red+Green+Blue) = 204+244+24=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF418 is #330BE7. Grayscale: #CFCFCF. Windows color (decimal): -3345384 or 1635532. OLE color: 1635532.

HSL color Cylindrical-coordinate representation of color #CCF418: hue angle of 70.91º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF418 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB20424424-
CMYK0.1600.900.04
HSL70.91º90.91%52.55%-
HSV(B)70.91º90.16%95.69%-
XYZ57.4277.612.82-
YUV206.9624.75125.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 244 (95.70% from 255) = 51.69%
BLUE value IS 24 (9.77% from 255) = 5.08%
R=43.22%
G=51.69%
B=5.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204244240.1600.900.0470.9190.9152.55
HexCCF4181005A4475b35
Octal31436430200132410713365
Binary110011001111010011000100000101101010010001111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF418; }

 p { color: rgb(204,244,24); }

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

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

 a { background-color: rgb(204,244,24); }

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

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

 span { border-color: rgb(204,244,24); }

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