#49E44F

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

Shades of Lime Green #49E44F

Tints of Lime Green #49E44F

Color information

#49E44F (or 0x49E44F) is unknown color: approx Lime Green. HEX triplet: 49, E4 and 4F. RGB value is (73,228,79). Sum of RGB (Red+Green+Blue) = 73+228+79=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #49E44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E44F is #B61BB0. Grayscale: #A5A5A5. Windows color (decimal): -11934641 or 5235785. OLE color: 5235785.

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

Color convert

RGB7322879-
CMYK0.6800.650.11
HSL122.32º74.16%59.02%-
HSV(B)122.32º67.98%89.41%-
XYZ31.957.4716.81-
YUV164.6779.6562.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 228 (89.45% from 255) = 60%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=19.21%
G=60%
B=20.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73228790.6800.650.11122.3274.1659.02
Hex49E44F44041B7a4a3b
Octal11134411710401011317211273
Binary1001001111001001001111100010001000001101111110101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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