#74B42B

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

Shades of Lima #74B42B

Tints of Lima #74B42B

Color information

#74B42B (or 0x74B42B) is unknown color: approx Lima. HEX triplet: 74, B4 and 2B. RGB value is (116,180,43). Sum of RGB (Red+Green+Blue) = 116+180+43=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #74B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B42B is #8B4BD4. Grayscale: #919191. Windows color (decimal): -9128917 or 2864244. OLE color: 2864244.

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

Color convert

RGB11618043-
CMYK0.3600.760.29
HSL88.03º61.43%43.73%-
HSV(B)88.03º76.11%70.59%-
XYZ23.9636.538.07-
YUV145.2570.3107.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=34.22%
G=53.10%
B=12.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116180430.3600.760.2988.0361.4343.73
Hex74B42B2404C1D583d2c
Octal16426453440114351307554
Binary11101001011010010101110010001001100111011011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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