#49E540

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

Shades of Lime Green #49E540

Tints of Lime Green #49E540

Color information

#49E540 (or 0x49E540) is unknown color: approx Lime Green. HEX triplet: 49, E5 and 40. RGB value is (73,229,64). Sum of RGB (Red+Green+Blue) = 73+229+64=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 229 (89.84% from 255 or 62.57% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 229 - color contains mainly: green. Hex color #49E540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E540 is #B61ABF. Grayscale: #A4A4A4. Windows color (decimal): -11934400 or 4253001. OLE color: 4253001.

HSL color Cylindrical-coordinate representation of color #49E540: hue angle of 116.73º 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 #49E540 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB7322964-
CMYK0.6800.720.10
HSL116.73º76.04%57.45%-
HSV(B)116.73º72.05%89.8%-
XYZ31.6957.8314.34-
YUV163.5571.8263.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 229 (89.84% from 255) = 62.57%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=19.95%
G=62.57%
B=17.49%

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
Decimal73229640.6800.720.10116.7376.0457.45
Hex49E54044048A754c39
Octal11134510010401101216511471
Binary1001001111001011000000100010001001000101011101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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