#49E141

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

Shades of Lime Green #49E141

Tints of Lime Green #49E141

Color information

#49E141 (or 0x49E141) is unknown color: approx Lime Green. HEX triplet: 49, E1 and 41. RGB value is (73,225,65). Sum of RGB (Red+Green+Blue) = 73+225+65=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #49E141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E141 is #B61EBE. Grayscale: #A1A1A1. Windows color (decimal): -11935423 or 4317513. OLE color: 4317513.

HSL color Cylindrical-coordinate representation of color #49E141: hue angle of 117º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E141 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB7322565-
CMYK0.6800.710.12
HSL117º72.73%56.86%-
HSV(B)117º71.11%88.24%-
XYZ30.6355.6514.13-
YUV161.3173.6465.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 225 (88.28% from 255) = 61.98%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=20.11%
G=61.98%
B=17.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73225650.6800.710.1211772.7356.86
Hex49E14144047C754939
Octal11134110110401071416511171
Binary1001001111000011000001100010001000111110011101011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,65); }

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

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

 a { background-color: rgb(73,225,65); }

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

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

 span { border-color: rgb(73,225,65); }

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