#49BA37

Color #49BA37 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #49BA37

Tints of Lime Green #49BA37

Color information

#49BA37 (or 0x49BA37) is unknown color: approx Lime Green. HEX triplet: 49, BA and 37. RGB value is (73,186,55). Sum of RGB (Red+Green+Blue) = 73+186+55=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA37 is #B645C8. Grayscale: #898989. Windows color (decimal): -11945417 or 3652169. OLE color: 3652169.

HSL color Cylindrical-coordinate representation of color #49BA37: hue angle of 111.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BA37 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB7318655-
CMYK0.6100.700.27
HSL111.76º54.36%47.25%-
HSV(B)111.76º70.43%72.94%-
XYZ2136.819.61-
YUV137.2881.5682.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 186 (73.05% from 255) = 59.24%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=23.25%
G=59.24%
B=17.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73186550.6100.700.27111.7654.3647.25
Hex49BA373D0461B70362f
Octal11127267750106331606657
Binary10010011011101011011111110101000110110111110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49BA37; }

 p { color: rgb(73,186,55); }

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

<style>
 a { background-color: #49BA37; }

 a { background-color: rgb(73,186,55); }

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

<style>
 span { border-color: #49BA37; }

 span { border-color: rgb(73,186,55); }

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