#49E44E

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

Shades of Lime Green #49E44E

Tints of Lime Green #49E44E

Color information

#49E44E (or 0x49E44E) is unknown color: approx Lime Green. HEX triplet: 49, E4 and 4E. RGB value is (73,228,78). Sum of RGB (Red+Green+Blue) = 73+228+78=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #49E44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E44E is #B61BB1. Grayscale: #A5A5A5. Windows color (decimal): -11934642 or 5170249. OLE color: 5170249.

HSL color Cylindrical-coordinate representation of color #49E44E: hue angle of 121.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E44E is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB7322878-
CMYK0.6800.660.11
HSL121.94º74.16%59.02%-
HSV(B)121.94º67.98%89.41%-
XYZ31.8757.4516.62-
YUV164.5579.1562.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 228 (89.45% from 255) = 60.16%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=19.26%
G=60.16%
B=20.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73228780.6800.660.11121.9474.1659.02
Hex49E44E44042B7a4a3b
Octal11134411610401021317211273
Binary1001001111001001001110100010001000010101111110101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,78); }

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

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

 a { background-color: rgb(73,228,78); }

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

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

 span { border-color: rgb(73,228,78); }

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