#49DD3D

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

Shades of Lime Green #49DD3D

Tints of Lime Green #49DD3D

Color information

#49DD3D (or 0x49DD3D) is unknown color: approx Lime Green. HEX triplet: 49, DD and 3D. RGB value is (73,221,61). Sum of RGB (Red+Green+Blue) = 73+221+61=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DD3D is #B622C2. Grayscale: #9F9F9F. Windows color (decimal): -11936451 or 4054345. OLE color: 4054345.

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

Color convert

RGB7322161-
CMYK0.6700.720.13
HSL115.5º70.18%55.29%-
HSV(B)115.5º72.4%86.67%-
XYZ29.4553.4713.18-
YUV158.5172.9767.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 221 (86.72% from 255) = 62.25%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=20.56%
G=62.25%
B=17.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73221610.6700.720.13115.570.1855.29
Hex49DD3D43048D744637
Octal1113357510301101516410667
Binary100100111011101111101100001101001000110111101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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