#74B42D

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

Shades of Lima #74B42D

Tints of Lima #74B42D

Color information

#74B42D (or 0x74B42D) is unknown color: approx Lima. HEX triplet: 74, B4 and 2D. RGB value is (116,180,45). Sum of RGB (Red+Green+Blue) = 116+180+45=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #74B42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B42D is #8B4BD2. Grayscale: #919191. Windows color (decimal): -9128915 or 2995316. OLE color: 2995316.

HSL color Cylindrical-coordinate representation of color #74B42D: hue angle of 88.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74B42D is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB11618045-
CMYK0.3600.750.29
HSL88.44º60%44.12%-
HSV(B)88.44º75%70.59%-
XYZ2436.548.27-
YUV145.4771.3106.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=34.02%
G=52.79%
B=13.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116180450.3600.750.2988.446044.12
Hex74B42D2404B1D583c2c
Octal16426455440113351307454
Binary11101001011010010110110010001001011111011011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,180,45); }

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

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

 a { background-color: rgb(116,180,45); }

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

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

 span { border-color: rgb(116,180,45); }

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