#66AB2C

Color #66AB2C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #66AB2C

Tints of Limeade #66AB2C

Color information

#66AB2C (or 0x66AB2C) is unknown color: approx Limeade. HEX triplet: 66, AB and 2C. RGB value is (102,171,44). Sum of RGB (Red+Green+Blue) = 102+171+44=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB2C is #9954D3. Grayscale: #888888. Windows color (decimal): -10048724 or 2927462. OLE color: 2927462.

HSL color Cylindrical-coordinate representation of color #66AB2C: hue angle of 92.6º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66AB2C is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB10217144-
CMYK0.4000.740.33
HSL92.6º59.07%42.16%-
HSV(B)92.6º74.27%67.06%-
XYZ20.532.137.5-
YUV135.8976.14103.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=32.18%
G=53.94%
B=13.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171440.4000.740.3392.659.0742.16
Hex66AB2C2804A215d3b2a
Octal14625354500112411357352
Binary110011010101011101100101000010010101000011011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AB2C; }

 p { color: rgb(102,171,44); }

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

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

 a { background-color: rgb(102,171,44); }

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

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

 span { border-color: rgb(102,171,44); }

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