#49df4f

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

Shades of Lime Green #49DF4F

Tints of Lime Green #49DF4F

Color information

#49DF4F (or 0x49DF4F) is unknown color: approx Lime Green. HEX triplet: 49, DF and 4F. RGB value is (73,223,79). Sum of RGB (Red+Green+Blue) = 73+223+79=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF4F is #B620B0. Grayscale: #A2A2A2. Windows color (decimal): -11935921 or 5234505. OLE color: 5234505.

HSL color Cylindrical-coordinate representation of color #49DF4F: hue angle of 122.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF4F is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB7322379-
CMYK0.6700.650.13
HSL122.4º70.09%58.04%-
HSV(B)122.4º67.26%87.45%-
XYZ30.5554.7616.36-
YUV161.7381.3164.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 223 (87.5% from 255) = 59.47%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=19.47%
G=59.47%
B=21.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73223790.6700.650.13122.470.0958.04
Hex49DF4F43041D7a463a
Octal11133711710301011517210672
Binary1001001110111111001111100001101000001110111110101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49df4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,223,79); }

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

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

 a { background-color: rgb(73,223,79); }

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

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

 span { border-color: rgb(73,223,79); }

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