Html Css Color HEX #74B732 Lima

📋 copy color: '#74B732'

red 116 ◦ green 183 ◦ blue 50

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

Shades of Lima #74B732

Tints of Lima #74B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.44%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 33.24%
G = 52.44%
B = 14.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#74B732 (or 0x74B732) is known color: Lima. HEX triplet: 74, B7 and 32. RGB value is (116,183,50). Sum of RGB (Red+Green+Blue) = 116+183+50=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #74B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B732 is #8B48CD. Grayscale: #949494. Windows color (decimal): -9128142 or 3323764. OLE color: 3323764.

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

Color convert

RGB 116 183 50 -
CMYK 0.37 0 0.73 0.28
HSL 90.23º 0.57% 0.46% -
HSV(B) 90.23º 0.73% 0.72% -
XYZ 24.71 37.81 9.01 -
YUV 147.81 72.8 105.31 -
System Red Green Blue C M Y K H S L
Decimal 116 183 50 0.37 0 0.73 0.28 90.23 0.57 0.46
Hex 74 B7 32 25 0 49 1C 5A 39 2E
Octal 164 267 62 45 0 111 34 132 71 56
Binary 1110100 10110111 110010 100101 0 1001001 11100 1011010 111001 101110

Color Harmonies of #74B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B732

Black with #74B732

Text Example


Text Example

White with #74B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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