Html Css Color HEX #74B529 Lima

📋 copy color: '#74B529'

red 116 ◦ green 181 ◦ blue 41

#74B529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #74B529

Tints of Lima #74B529

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

 GREEN value IS 181 (71.09% from 255) = 53.55%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 34.32%
G = 53.55%
B = 12.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#74B529 (or 0x74B529) is known color: Lima. HEX triplet: 74, B5 and 29. RGB value is (116,181,41). Sum of RGB (Red+Green+Blue) = 116+181+41=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #74B529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B529 is #8B4AD6. Grayscale: #929292. Windows color (decimal): -9128663 or 2733428. OLE color: 2733428.

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

Color convert

RGB 116 181 41 -
CMYK 0.36 0 0.77 0.29
HSL 87.86º 0.63% 0.44% -
HSV(B) 87.86º 0.77% 0.71% -
XYZ 24.13 36.92 7.95 -
YUV 145.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 116 181 41 0.36 0 0.77 0.29 87.86 0.63 0.44
Hex 74 B5 29 24 0 4D 1D 58 3F 2C
Octal 164 265 51 44 0 115 35 130 77 54
Binary 1110100 10110101 101001 100100 0 1001101 11101 1011000 111111 101100

Color Harmonies of #74B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B529

Black with #74B529

Text Example


Text Example

White with #74B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,41); }

 H1.HeaderClassName
 {
   color: #74B529;
 }
 .AnyTagClassName
 {
   color: #74B529;
 }
</style>

background-color css

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

 a { background-color: rgb(116,181,41); }

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

border-color css

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

 span { border-color: rgb(116,181,41); }

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