Html Css Color HEX #73C020 Lima

📋 copy color: '#73C020'

red 115 ◦ green 192 ◦ blue 32

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

Shades of Lima #73C020

Tints of Lima #73C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

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

R = 33.92%
G = 56.64%
B = 9.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#73C020 (or 0x73C020) is known color: Lima. HEX triplet: 73, C0 and 20. RGB value is (115,192,32). Sum of RGB (Red+Green+Blue) = 115+192+32=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #73C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C020 is #8C3FDF. Grayscale: #979797. Windows color (decimal): -9191392 or 2146419. OLE color: 2146419.

HSL color Cylindrical-coordinate representation of color #73C020: hue angle of 88.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73C020 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 32 -
CMYK 0.40 0 0.83 0.25
HSL 88.88º 0.71% 0.44% -
HSV(B) 88.88º 0.83% 0.75% -
XYZ 26.18 41.45 7.99 -
YUV 150.74 60.99 102.51 -
System Red Green Blue C M Y K H S L
Decimal 115 192 32 0.40 0 0.83 0.25 88.88 0.71 0.44
Hex 73 C0 20 28 0 53 19 59 47 2C
Octal 163 300 40 50 0 123 31 131 107 54
Binary 1110011 11000000 100000 101000 0 1010011 11001 1011001 1000111 101100

Color Harmonies of #73C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C020

Black with #73C020

Text Example


Text Example

White with #73C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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