#49DF4E

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

Shades of Lime Green #49DF4E

Tints of Lime Green #49DF4E

Color information

#49DF4E (or 0x49DF4E) is unknown color: approx Lime Green. HEX triplet: 49, DF and 4E. RGB value is (73,223,78). Sum of RGB (Red+Green+Blue) = 73+223+78=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF4E is #B620B1. Grayscale: #A2A2A2. Windows color (decimal): -11935922 or 5168969. OLE color: 5168969.

HSL color Cylindrical-coordinate representation of color #49DF4E: hue angle of 122º 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 #49DF4E is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB7322378-
CMYK0.6700.650.13
HSL122º70.09%58.04%-
HSV(B)122º67.26%87.45%-
XYZ30.5154.7416.17-
YUV161.6280.8164.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 223 (87.5% from 255) = 59.63%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=19.52%
G=59.63%
B=20.86%

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
Decimal73223780.6700.650.1312270.0958.04
Hex49DF4E43041D7a463a
Octal11133711610301011517210672
Binary1001001110111111001110100001101000001110111110101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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