#73B42B

Color #73B42B Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73B42B

Tints of Lima #73B42B

Color information

#73B42B (or 0x73B42B) is unknown color: approx Lima. HEX triplet: 73, B4 and 2B. RGB value is (115,180,43). Sum of RGB (Red+Green+Blue) = 115+180+43=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #73B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B42B is #8C4BD4. Grayscale: #919191. Windows color (decimal): -9194453 or 2864243. OLE color: 2864243.

HSL color Cylindrical-coordinate representation of color #73B42B: hue angle of 88.47º 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 #73B42B is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB11518043-
CMYK0.3600.760.29
HSL88.47º61.43%43.73%-
HSV(B)88.47º76.11%70.59%-
XYZ23.8336.468.07-
YUV144.9570.47106.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 43 (17.19% from 255) = 12.72%
R=34.02%
G=53.25%
B=12.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115180430.3600.760.2988.4761.4343.73
Hex73B42B2404C1D583d2c
Octal16326453440114351307554
Binary11100111011010010101110010001001100111011011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73B42B;
 }
 .AnyTagClassName
 {
   color: #73B42B;
 }
</style>
background-color css

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

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

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

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

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

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