#49D14D

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

Shades of Lime Green #49D14D

Tints of Lime Green #49D14D

Color information

#49D14D (or 0x49D14D) is unknown color: approx Lime Green. HEX triplet: 49, D1 and 4D. RGB value is (73,209,77). Sum of RGB (Red+Green+Blue) = 73+209+77=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #49D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D14D is #B62EB2. Grayscale: #999999. Windows color (decimal): -11939507 or 5099849. OLE color: 5099849.

HSL color Cylindrical-coordinate representation of color #49D14D: hue angle of 121.76º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D14D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB7320977-
CMYK0.6500.630.18
HSL121.76º59.65%55.29%-
HSV(B)121.76º65.07%81.96%-
XYZ26.8947.5514.78-
YUV153.2984.9470.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.33%
GREEN value IS 209 (82.03% from 255) = 58.22%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=20.33%
G=58.22%
B=21.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73209770.6500.630.18121.7659.6555.29
Hex49D14D4103F127a3c37
Octal111321115101077221727467
Binary100100111010001100110110000010111111100101111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,209,77); }

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

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

 a { background-color: rgb(73,209,77); }

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

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

 span { border-color: rgb(73,209,77); }

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