#CCF412

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

Shades of Electric Lime #CCF412

Tints of Electric Lime #CCF412

Color information

#CCF412 (or 0xCCF412) is unknown color: approx Electric Lime. HEX triplet: CC, F4 and 12. RGB value is (204,244,18). Sum of RGB (Red+Green+Blue) = 204+244+18=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF412 is #330BED. Grayscale: #CFCFCF. Windows color (decimal): -3345390 or 1242316. OLE color: 1242316.

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

Color convert

RGB20424418-
CMYK0.1600.930.04
HSL70.62º91.13%51.37%-
HSV(B)70.62º92.62%95.69%-
XYZ57.3677.5812.52-
YUV206.2821.75126.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 244 (95.70% from 255) = 52.36%
BLUE value IS 18 (7.42% from 255) = 3.86%
R=43.78%
G=52.36%
B=3.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204244180.1600.930.0470.6291.1351.37
HexCCF4121005D4475b33
Octal31436422200135410713363
Binary110011001111010010010100000101110110010001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF412; }

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

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

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

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

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

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

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

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