#49D43E

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

Shades of Lime Green #49D43E

Tints of Lime Green #49D43E

Color information

#49D43E (or 0x49D43E) is unknown color: approx Lime Green. HEX triplet: 49, D4 and 3E. RGB value is (73,212,62). Sum of RGB (Red+Green+Blue) = 73+212+62=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #49D43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D43E is #B62BC1. Grayscale: #999999. Windows color (decimal): -11938754 or 4117577. OLE color: 4117577.

HSL color Cylindrical-coordinate representation of color #49D43E: hue angle of 115.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D43E is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB7321262-
CMYK0.6600.710.17
HSL115.6º63.56%53.73%-
HSV(B)115.6º70.75%83.14%-
XYZ27.1648.8512.56-
YUV153.3476.4570.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 212 (83.20% from 255) = 61.10%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=21.04%
G=61.10%
B=17.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73212620.6600.710.17115.663.5653.73
Hex49D43E4204711744036
Octal1113247610201072116410066
Binary1001001110101001111101000010010001111000111101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,212,62); }

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

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

 a { background-color: rgb(73,212,62); }

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

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

 span { border-color: rgb(73,212,62); }

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