Html Css Color HEX #74B628 Lima

📋 copy color: '#74B628'

red 116 ◦ green 182 ◦ blue 40

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

Shades of Lima #74B628

Tints of Lima #74B628

RGB

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

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

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

R = 34.32%
G = 53.85%
B = 11.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#74B628 (or 0x74B628) is known color: Lima. HEX triplet: 74, B6 and 28. RGB value is (116,182,40). Sum of RGB (Red+Green+Blue) = 116+182+40=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #74B628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B628 is #8B49D7. Grayscale: #929292. Windows color (decimal): -9128408 or 2668148. OLE color: 2668148.

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

Color convert

RGB 116 182 40 -
CMYK 0.36 0 0.78 0.29
HSL 87.89º 0.64% 0.44% -
HSV(B) 87.89º 0.78% 0.71% -
XYZ 24.31 37.32 7.93 -
YUV 146.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 116 182 40 0.36 0 0.78 0.29 87.89 0.64 0.44
Hex 74 B6 28 24 0 4E 1D 58 40 2C
Octal 164 266 50 44 0 116 35 130 100 54
Binary 1110100 10110110 101000 100100 0 1001110 11101 1011000 1000000 101100

Color Harmonies of #74B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B628

Black with #74B628

Text Example


Text Example

White with #74B628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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