#49DE55

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

Shades of Lime Green #49DE55

Tints of Lime Green #49DE55

Color information

#49DE55 (or 0x49DE55) is unknown color: approx Lime Green. HEX triplet: 49, DE and 55. RGB value is (73,222,85). Sum of RGB (Red+Green+Blue) = 73+222+85=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE55 is #B621AA. Grayscale: #A2A2A2. Windows color (decimal): -11936171 or 5627465. OLE color: 5627465.

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

Color convert

RGB7322285-
CMYK0.6700.620.13
HSL124.83º69.3%57.84%-
HSV(B)124.83º67.12%87.06%-
XYZ30.5154.3117.47-
YUV161.8384.6464.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 222 (87.11% from 255) = 58.42%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=19.21%
G=58.42%
B=22.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73222850.6700.620.13124.8369.357.84
Hex49DE554303ED7d453a
Octal1113361251030761517510572
Binary100100111011110101010110000110111110110111111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,85); }

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

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

 a { background-color: rgb(73,222,85); }

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

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

 span { border-color: rgb(73,222,85); }

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