#49C144

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

Shades of Lime Green #49C144

Tints of Lime Green #49C144

Color information

#49C144 (or 0x49C144) is unknown color: approx Lime Green. HEX triplet: 49, C1 and 44. RGB value is (73,193,68). Sum of RGB (Red+Green+Blue) = 73+193+68=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #49C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C144 is #B63EBB. Grayscale: #8F8F8F. Windows color (decimal): -11943612 or 4505929. OLE color: 4505929.

HSL color Cylindrical-coordinate representation of color #49C144: hue angle of 117.6º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49C144 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB7319368-
CMYK0.6200.650.24
HSL117.6º50.2%51.18%-
HSV(B)117.6º64.77%75.69%-
XYZ22.8639.9711.98-
YUV142.8785.7478.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=21.86%
G=57.78%
B=20.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73193680.6200.650.24117.650.251.18
Hex49C1443E04118763233
Octal111301104760101301666263
Binary100100111000001100010011111001000001110001110110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,68); }

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

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

 a { background-color: rgb(73,193,68); }

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

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

 span { border-color: rgb(73,193,68); }

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