#49E646

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

Shades of Lime Green #49E646

Tints of Lime Green #49E646

Color information

#49E646 (or 0x49E646) is unknown color: approx Lime Green. HEX triplet: 49, E6 and 46. RGB value is (73,230,70). Sum of RGB (Red+Green+Blue) = 73+230+70=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 230 (90.23% from 255 or 61.66% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 230 - color contains mainly: green. Hex color #49E646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49E646 is #B619B9. Grayscale: #A5A5A5. Windows color (decimal): -11934138 or 4646473. OLE color: 4646473.

HSL color Cylindrical-coordinate representation of color #49E646: hue angle of 118.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49E646 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB7323070-
CMYK0.6800.700.10
HSL118.88º76.19%58.82%-
HSV(B)118.88º69.57%90.2%-
XYZ32.1558.4515.38-
YUV164.8274.4962.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 230 (90.23% from 255) = 61.66%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=19.57%
G=61.66%
B=18.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal73230700.6800.700.10118.8876.1958.82
Hex49E64644046A774c3b
Octal11134610610401061216711473
Binary1001001111001101000110100010001000110101011101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,230,70); }

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

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

 a { background-color: rgb(73,230,70); }

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

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

 span { border-color: rgb(73,230,70); }

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