#49C638

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

Shades of Lime Green #49C638

Tints of Lime Green #49C638

Color information

#49C638 (or 0x49C638) is unknown color: approx Lime Green. HEX triplet: 49, C6 and 38. RGB value is (73,198,56). Sum of RGB (Red+Green+Blue) = 73+198+56=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #49C638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C638 is #B639C7. Grayscale: #909090. Windows color (decimal): -11942344 or 3720777. OLE color: 3720777.

HSL color Cylindrical-coordinate representation of color #49C638: hue angle of 112.82º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49C638 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB7319856-
CMYK0.6300.720.22
HSL112.82º55.91%49.8%-
HSV(B)112.82º71.72%77.65%-
XYZ23.6642.0910.62-
YUV144.4478.0977.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 198 (77.73% from 255) = 60.55%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=22.32%
G=60.55%
B=17.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73198560.6300.720.22112.8255.9149.8
Hex49C6383F04816713832
Octal11130670770110261617062
Binary10010011100011011100011111101001000101101110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,198,56); }

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

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

 a { background-color: rgb(73,198,56); }

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

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

 span { border-color: rgb(73,198,56); }

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