#49C943

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

Shades of Lime Green #49C943

Tints of Lime Green #49C943

Color information

#49C943 (or 0x49C943) is unknown color: approx Lime Green. HEX triplet: 49, C9 and 43. RGB value is (73,201,67). Sum of RGB (Red+Green+Blue) = 73+201+67=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #49C943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C943 is #B636BC. Grayscale: #939393. Windows color (decimal): -11941565 or 4442441. OLE color: 4442441.

HSL color Cylindrical-coordinate representation of color #49C943: hue angle of 117.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C943 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB7320167-
CMYK0.6400.670.21
HSL117.31º55.37%52.55%-
HSV(B)117.31º66.67%78.82%-
XYZ24.6543.612.43-
YUV147.4582.5974.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 201 (78.91% from 255) = 58.94%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=21.41%
G=58.94%
B=19.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73201670.6400.670.21117.3155.3752.55
Hex49C9434004315753735
Octal1113111031000103251656765
Binary1001001110010011000011100000001000011101011110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,201,67); }

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

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

 a { background-color: rgb(73,201,67); }

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

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

 span { border-color: rgb(73,201,67); }

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