#49E320

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

Shades of Lime Green #49E320

Tints of Lime Green #49E320

Color information

#49E320 (or 0x49E320) is unknown color: approx Lime Green. HEX triplet: 49, E3 and 20. RGB value is (73,227,32). Sum of RGB (Red+Green+Blue) = 73+227+32=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #49E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49E320 is #B61CDF. Grayscale: #9F9F9F. Windows color (decimal): -11934944 or 2155337. OLE color: 2155337.

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

Color convert

RGB7322732-
CMYK0.6800.860.11
HSL107.38º77.69%50.78%-
HSV(B)107.38º85.9%89.02%-
XYZ30.4856.4610.66-
YUV158.7256.4866.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 227 (89.06% from 255) = 68.37%
BLUE value IS 32 (12.89% from 255) = 9.64%
R=21.99%
G=68.37%
B=9.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73227320.6800.860.11107.3877.6950.78
Hex49E32044056B6b4e33
Octal1113434010401261315311663
Binary100100111100011100000100010001010110101111010111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,227,32); }

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

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

 a { background-color: rgb(73,227,32); }

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

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

 span { border-color: rgb(73,227,32); }

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