#73c52e

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

Shades of Lima #73C52E

Tints of Lima #73C52E

Color information

#73C52E (or 0x73C52E) is unknown color: approx Lima. HEX triplet: 73, C5 and 2E. RGB value is (115,197,46). Sum of RGB (Red+Green+Blue) = 115+197+46=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #73C52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C52E is #8C3AD1. Grayscale: #9B9B9B. Windows color (decimal): -9190098 or 3065203. OLE color: 3065203.

HSL color Cylindrical-coordinate representation of color #73C52E: hue angle of 92.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73C52E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB11519746-
CMYK0.4200.770.23
HSL92.58º62.14%47.65%-
HSV(B)92.58º76.65%77.25%-
XYZ27.5343.779.58-
YUV155.2766.3399.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 197 (77.34% from 255) = 55.03%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=32.12%
G=55.03%
B=12.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal115197460.4200.770.2392.5862.1447.65
Hex73C52E2A04D175d3e30
Octal16330556520115271357660
Binary11100111100010110111010101001001101101111011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73c52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,197,46); }

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

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

 a { background-color: rgb(115,197,46); }

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

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

 span { border-color: rgb(115,197,46); }

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