#49E153

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

Shades of Lime Green #49E153

Tints of Lime Green #49E153

Color information

#49E153 (or 0x49E153) is unknown color: approx Lime Green. HEX triplet: 49, E1 and 53. RGB value is (73,225,83). Sum of RGB (Red+Green+Blue) = 73+225+83=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #49E153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E153 is #B61EAC. Grayscale: #A3A3A3. Windows color (decimal): -11935405 or 5497161. OLE color: 5497161.

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

Color convert

RGB7322583-
CMYK0.6800.630.12
HSL123.95º71.7%58.43%-
HSV(B)123.95º67.56%88.24%-
XYZ31.2355.8917.33-
YUV163.3682.6463.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 225 (88.28% from 255) = 59.06%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=19.16%
G=59.06%
B=21.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73225830.6800.630.12123.9571.758.43
Hex49E1534403FC7c483a
Octal1113411231040771417411072
Binary100100111100001101001110001000111111110011111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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