#74AC2C

Color #74AC2C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #74AC2C

Tints of Lima #74AC2C

Color information

#74AC2C (or 0x74AC2C) is unknown color: approx Lima. HEX triplet: 74, AC and 2C. RGB value is (116,172,44). Sum of RGB (Red+Green+Blue) = 116+172+44=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC2C is #8B53D3. Grayscale: #8D8D8D. Windows color (decimal): -9130964 or 2927732. OLE color: 2927732.

HSL color Cylindrical-coordinate representation of color #74AC2C: hue angle of 86.25º 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 #74AC2C is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB11617244-
CMYK0.3300.740.33
HSL86.25º59.26%42.35%-
HSV(B)86.25º74.42%67.45%-
XYZ22.4133.47.65-
YUV140.6673.45110.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=34.94%
G=51.81%
B=13.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116172440.3300.740.3386.2559.2642.35
Hex74AC2C2104A21563b2a
Octal16425454410112411267352
Binary111010010101100101100100001010010101000011010110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AC2C; }

 p { color: rgb(116,172,44); }

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

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

 a { background-color: rgb(116,172,44); }

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

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

 span { border-color: rgb(116,172,44); }

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