Html Css Color HEX #74B620 Lima

📋 copy color: '#74B620'

red 116 ◦ green 182 ◦ blue 32

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

Shades of Lima #74B620

Tints of Lima #74B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.15%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 35.15%
G = 55.15%
B = 9.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#74B620 (or 0x74B620) is known color: Lima. HEX triplet: 74, B6 and 20. RGB value is (116,182,32). Sum of RGB (Red+Green+Blue) = 116+182+32=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #74B620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B620 is #8B49DF. Grayscale: #919191. Windows color (decimal): -9128416 or 2143860. OLE color: 2143860.

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

Color convert

RGB 116 182 32 -
CMYK 0.36 0 0.82 0.29
HSL 86.4º 0.7% 0.42% -
HSV(B) 86.4º 0.82% 0.71% -
XYZ 24.19 37.27 7.29 -
YUV 145.17 64.13 107.2 -
System Red Green Blue C M Y K H S L
Decimal 116 182 32 0.36 0 0.82 0.29 86.4 0.7 0.42
Hex 74 B6 20 24 0 52 1D 56 46 2A
Octal 164 266 40 44 0 122 35 126 106 52
Binary 1110100 10110110 100000 100100 0 1010010 11101 1010110 1000110 101010

Color Harmonies of #74B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B620

Black with #74B620

Text Example


Text Example

White with #74B620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,182,32); }

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

background-color css

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

 a { background-color: rgb(116,182,32); }

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

border-color css

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

 span { border-color: rgb(116,182,32); }

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