#74B72A

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

Shades of Lima #74B72A

Tints of Lima #74B72A

Color information

#74B72A (or 0x74B72A) is unknown color: approx Lima. HEX triplet: 74, B7 and 2A. RGB value is (116,183,42). Sum of RGB (Red+Green+Blue) = 116+183+42=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #74B72A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B72A is #8B48D5. Grayscale: #939393. Windows color (decimal): -9128150 or 2799476. OLE color: 2799476.

HSL color Cylindrical-coordinate representation of color #74B72A: hue angle of 88.51º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74B72A is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB11618342-
CMYK0.3700.770.28
HSL88.51º62.67%44.12%-
HSV(B)88.51º77.05%71.76%-
XYZ24.5537.758.18-
YUV146.8968.8105.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 183 (71.88% from 255) = 53.67%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=34.02%
G=53.67%
B=12.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183420.3700.770.2888.5162.6744.12
Hex74B72A2504D1C593f2c
Octal16426752450115341317754
Binary11101001011011110101010010101001101111001011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,183,42); }

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

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

 a { background-color: rgb(116,183,42); }

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

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

 span { border-color: rgb(116,183,42); }

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