#49e53f

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

Shades of Lime Green #49E53F

Tints of Lime Green #49E53F

Color information

#49E53F (or 0x49E53F) is unknown color: approx Lime Green. HEX triplet: 49, E5 and 3F. RGB value is (73,229,63). Sum of RGB (Red+Green+Blue) = 73+229+63=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #49E53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E53F is #B61AC0. Grayscale: #A3A3A3. Windows color (decimal): -11934401 or 4187465. OLE color: 4187465.

HSL color Cylindrical-coordinate representation of color #49E53F: hue angle of 116.39º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49E53F is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB7322963-
CMYK0.6800.720.10
HSL116.39º76.15%57.25%-
HSV(B)116.39º72.49%89.8%-
XYZ31.6657.8114.19-
YUV163.4371.3263.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 229 (89.84% from 255) = 62.74%
BLUE value IS 63 (25% from 255) = 17.26%
R=20%
G=62.74%
B=17.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73229630.6800.720.10116.3976.1557.25
Hex49E53F44048A744c39
Octal1113457710401101216411471
Binary100100111100101111111100010001001000101011101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49e53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,229,63); }

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

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

 a { background-color: rgb(73,229,63); }

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

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

 span { border-color: rgb(73,229,63); }

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