Html Css Color HEX #74AE34 Lima

📋 copy color: '#74AE34'

red 116 ◦ green 174 ◦ blue 52

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

Shades of Lima #74AE34

Tints of Lima #74AE34

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.88%

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 33.92%
G = 50.88%
B = 15.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#74AE34 (or 0x74AE34) is known color: Lima. HEX triplet: 74, AE and 34. RGB value is (116,174,52). Sum of RGB (Red+Green+Blue) = 116+174+52=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE34 is #8B51CB. Grayscale: #8F8F8F. Windows color (decimal): -9130444 or 3452532. OLE color: 3452532.

HSL color Cylindrical-coordinate representation of color #74AE34: hue angle of 88.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74AE34 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 52 -
CMYK 0.33 0 0.70 0.32
HSL 88.52º 0.54% 0.44% -
HSV(B) 88.52º 0.7% 0.68% -
XYZ 22.96 34.23 8.65 -
YUV 142.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 116 174 52 0.33 0 0.70 0.32 88.52 0.54 0.44
Hex 74 AE 34 21 0 46 20 59 36 2C
Octal 164 256 64 41 0 106 40 131 66 54
Binary 1110100 10101110 110100 100001 0 1000110 100000 1011001 110110 101100

Color Harmonies of #74AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE34

Black with #74AE34

Text Example


Text Example

White with #74AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,52); }

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

background-color css

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

 a { background-color: rgb(116,174,52); }

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

border-color css

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

 span { border-color: rgb(116,174,52); }

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