Html Css Color HEX #73B62C Lima

📋 copy color: '#73B62C'

red 115 ◦ green 182 ◦ blue 44

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

Shades of Lima #73B62C

Tints of Lima #73B62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 33.72%
G = 53.37%
B = 12.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#73B62C (or 0x73B62C) is known color: Lima. HEX triplet: 73, B6 and 2C. RGB value is (115,182,44). Sum of RGB (Red+Green+Blue) = 115+182+44=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #73B62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B62C is #8C49D3. Grayscale: #929292. Windows color (decimal): -9193940 or 2930291. OLE color: 2930291.

HSL color Cylindrical-coordinate representation of color #73B62C: hue angle of 89.13º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73B62C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 182 44 -
CMYK 0.37 0 0.76 0.29
HSL 89.13º 0.61% 0.44% -
HSV(B) 89.13º 0.76% 0.71% -
XYZ 24.25 37.28 8.3 -
YUV 146.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 115 182 44 0.37 0 0.76 0.29 89.13 0.61 0.44
Hex 73 B6 2C 25 0 4C 1D 59 3D 2C
Octal 163 266 54 45 0 114 35 131 75 54
Binary 1110011 10110110 101100 100101 0 1001100 11101 1011001 111101 101100

Color Harmonies of #73B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B62C

Black with #73B62C

Text Example


Text Example

White with #73B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,182,44); }

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

background-color css

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

 a { background-color: rgb(115,182,44); }

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

border-color css

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

 span { border-color: rgb(115,182,44); }

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