#49d13d

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

Shades of Lime Green #49D13D

Tints of Lime Green #49D13D

Color information

#49D13D (or 0x49D13D) is unknown color: approx Lime Green. HEX triplet: 49, D1 and 3D. RGB value is (73,209,61). Sum of RGB (Red+Green+Blue) = 73+209+61=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #49D13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D13D is #B62EC2. Grayscale: #979797. Windows color (decimal): -11939523 or 4051273. OLE color: 4051273.

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

Color convert

RGB7320961-
CMYK0.6500.710.18
HSL115.14º61.67%52.94%-
HSV(B)115.14º70.81%81.96%-
XYZ26.3947.3512.16-
YUV151.4676.9472.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 209 (82.03% from 255) = 60.93%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=21.28%
G=60.93%
B=17.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73209610.6500.710.18115.1461.6752.94
Hex49D13D4104712733e35
Octal111321751010107221637665
Binary100100111010001111101100000101000111100101110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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