Html Css Color HEX #73C620 Lima

📋 copy color: '#73C620'

red 115 ◦ green 198 ◦ blue 32

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

Shades of Lima #73C620

Tints of Lima #73C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 33.33%
G = 57.39%
B = 9.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#73C620 (or 0x73C620) is known color: Lima. HEX triplet: 73, C6 and 20. RGB value is (115,198,32). Sum of RGB (Red+Green+Blue) = 115+198+32=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #73C620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C620 is #8C39DF. Grayscale: #9A9A9A. Windows color (decimal): -9189856 or 2147955. OLE color: 2147955.

HSL color Cylindrical-coordinate representation of color #73C620: hue angle of 90º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73C620 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 198 32 -
CMYK 0.42 0 0.84 0.22
HSL 90º 0.72% 0.45% -
HSV(B) 90º 0.84% 0.78% -
XYZ 27.53 44.14 8.44 -
YUV 154.26 59 100 -
System Red Green Blue C M Y K H S L
Decimal 115 198 32 0.42 0 0.84 0.22 90 0.72 0.45
Hex 73 C6 20 2A 0 54 16 5A 48 2D
Octal 163 306 40 52 0 124 26 132 110 55
Binary 1110011 11000110 100000 101010 0 1010100 10110 1011010 1001000 101101

Color Harmonies of #73C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C620

Black with #73C620

Text Example


Text Example

White with #73C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,198,32); }

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

background-color css

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

 a { background-color: rgb(115,198,32); }

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

border-color css

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

 span { border-color: rgb(115,198,32); }

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