#74AB2B

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

Shades of Lima #74AB2B

Tints of Lima #74AB2B

Color information

#74AB2B (or 0x74AB2B) is unknown color: approx Lima. HEX triplet: 74, AB and 2B. RGB value is (116,171,43). Sum of RGB (Red+Green+Blue) = 116+171+43=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB2B is #8B54D4. Grayscale: #8C8C8C. Windows color (decimal): -9131221 or 2861940. OLE color: 2861940.

HSL color Cylindrical-coordinate representation of color #74AB2B: hue angle of 85.78º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74AB2B is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB11617143-
CMYK0.3200.750.33
HSL85.78º59.81%41.96%-
HSV(B)85.78º74.85%67.06%-
XYZ22.233.017.49-
YUV139.9673.28110.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=35.15%
G=51.82%
B=13.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116171430.3200.750.3385.7859.8141.96
Hex74AB2B2004B21563c2a
Octal16425353400113411267452
Binary111010010101011101011100000010010111000011010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,171,43); }

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

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

 a { background-color: rgb(116,171,43); }

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

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

 span { border-color: rgb(116,171,43); }

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