Html Css Color HEX #74B829 Lima

📋 copy color: '#74B829'

red 116 ◦ green 184 ◦ blue 41

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

Shades of Lima #74B829

Tints of Lima #74B829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.96%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 34.02%
G = 53.96%
B = 12.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#74B829 (or 0x74B829) is known color: Lima. HEX triplet: 74, B8 and 29. RGB value is (116,184,41). Sum of RGB (Red+Green+Blue) = 116+184+41=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #74B829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B829 is #8B47D6. Grayscale: #939393. Windows color (decimal): -9127895 or 2734196. OLE color: 2734196.

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

Color convert

RGB 116 184 41 -
CMYK 0.37 0 0.78 0.28
HSL 88.53º 0.64% 0.44% -
HSV(B) 88.53º 0.78% 0.72% -
XYZ 24.74 38.15 8.16 -
YUV 147.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 116 184 41 0.37 0 0.78 0.28 88.53 0.64 0.44
Hex 74 B8 29 25 0 4E 1C 59 40 2C
Octal 164 270 51 45 0 116 34 131 100 54
Binary 1110100 10111000 101001 100101 0 1001110 11100 1011001 1000000 101100

Color Harmonies of #74B829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B829

Black with #74B829

Text Example


Text Example

White with #74B829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,184,41); }

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

background-color css

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

 a { background-color: rgb(116,184,41); }

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

border-color css

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

 span { border-color: rgb(116,184,41); }

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