Html Css Color HEX #74B328 Lima

📋 copy color: '#74B328'

red 116 ◦ green 179 ◦ blue 40

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

Shades of Lima #74B328

Tints of Lima #74B328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.43%

 BLUE value IS 40 (16.02% from 255) = 11.94%

R = 34.63%
G = 53.43%
B = 11.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#74B328 (or 0x74B328) is known color: Lima. HEX triplet: 74, B3 and 28. RGB value is (116,179,40). Sum of RGB (Red+Green+Blue) = 116+179+40=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #74B328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B328 is #8B4CD7. Grayscale: #909090. Windows color (decimal): -9129176 or 2667380. OLE color: 2667380.

HSL color Cylindrical-coordinate representation of color #74B328: hue angle of 87.19º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74B328 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 179 40 -
CMYK 0.35 0 0.78 0.30
HSL 87.19º 0.63% 0.43% -
HSV(B) 87.19º 0.78% 0.7% -
XYZ 23.71 36.11 7.73 -
YUV 144.32 69.13 107.8 -
System Red Green Blue C M Y K H S L
Decimal 116 179 40 0.35 0 0.78 0.30 87.19 0.63 0.43
Hex 74 B3 28 23 0 4E 1E 57 3F 2B
Octal 164 263 50 43 0 116 36 127 77 53
Binary 1110100 10110011 101000 100011 0 1001110 11110 1010111 111111 101011

Color Harmonies of #74B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B328

Black with #74B328

Text Example


Text Example

White with #74B328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,40); }

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

background-color css

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

 a { background-color: rgb(116,179,40); }

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

border-color css

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

 span { border-color: rgb(116,179,40); }

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