#49C545

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

Shades of Lime Green #49C545

Tints of Lime Green #49C545

Color information

#49C545 (or 0x49C545) is unknown color: approx Lime Green. HEX triplet: 49, C5 and 45. RGB value is (73,197,69). Sum of RGB (Red+Green+Blue) = 73+197+69=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #49C545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C545 is #B63ABA. Grayscale: #919191. Windows color (decimal): -11942587 or 4572489. OLE color: 4572489.

HSL color Cylindrical-coordinate representation of color #49C545: hue angle of 118.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49C545 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB7319769-
CMYK0.6300.650.23
HSL118.12º52.46%52.16%-
HSV(B)118.12º64.97%77.25%-
XYZ23.7941.7812.44-
YUV145.3384.9276.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=21.53%
G=58.11%
B=20.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73197690.6300.650.23118.1252.4652.16
Hex49C5453F04117763434
Octal111305105770101271666464
Binary100100111000101100010111111101000001101111110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,197,69); }

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

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

 a { background-color: rgb(73,197,69); }

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

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

 span { border-color: rgb(73,197,69); }

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