Html Css Color HEX #73B429 Lima

📋 copy color: '#73B429'

red 115 ◦ green 180 ◦ blue 41

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

Shades of Lima #73B429

Tints of Lima #73B429

RGB

 RED value IS 115 (45.31% from 255) = 34.23%

 GREEN value IS 180 (70.7% from 255) = 53.57%

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

R = 34.23%
G = 53.57%
B = 12.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#73B429 (or 0x73B429) is known color: Lima. HEX triplet: 73, B4 and 29. RGB value is (115,180,41). Sum of RGB (Red+Green+Blue) = 115+180+41=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #73B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B429 is #8C4BD6. Grayscale: #919191. Windows color (decimal): -9194455 or 2733171. OLE color: 2733171.

HSL color Cylindrical-coordinate representation of color #73B429: hue angle of 88.06º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73B429 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 180 41 -
CMYK 0.36 0 0.77 0.29
HSL 88.06º 0.63% 0.43% -
HSV(B) 88.06º 0.77% 0.71% -
XYZ 23.79 36.45 7.88 -
YUV 144.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 115 180 41 0.36 0 0.77 0.29 88.06 0.63 0.43
Hex 73 B4 29 24 0 4D 1D 58 3F 2B
Octal 163 264 51 44 0 115 35 130 77 53
Binary 1110011 10110100 101001 100100 0 1001101 11101 1011000 111111 101011

Color Harmonies of #73B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B429

Black with #73B429

Text Example


Text Example

White with #73B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B429; }

 p { color: rgb(115,180,41); }

 H1.HeaderClassName
 {
   color: #73B429;
 }
 .AnyTagClassName
 {
   color: #73B429;
 }
</style>

background-color css

<style>
 a { background-color: #73B429; }

 a { background-color: rgb(115,180,41); }

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

border-color css

<style>
 span { border-color: #73B429; }

 span { border-color: rgb(115,180,41); }

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