#49BE40

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

Shades of Lime Green #49BE40

Tints of Lime Green #49BE40

Color information

#49BE40 (or 0x49BE40) is unknown color: approx Lime Green. HEX triplet: 49, BE and 40. RGB value is (73,190,64). Sum of RGB (Red+Green+Blue) = 73+190+64=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE40 is #B641BF. Grayscale: #8D8D8D. Windows color (decimal): -11944384 or 4243017. OLE color: 4243017.

HSL color Cylindrical-coordinate representation of color #49BE40: hue angle of 115.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BE40 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB7319064-
CMYK0.6200.660.25
HSL115.71º49.61%49.8%-
HSV(B)115.71º66.32%74.51%-
XYZ22.0938.6111.14-
YUV140.6584.7479.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 190 (74.61% from 255) = 58.10%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=22.32%
G=58.10%
B=19.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73190640.6200.660.25115.7149.6149.8
Hex49BE403E04219743232
Octal111276100760102311646262
Binary100100110111110100000011111001000010110011110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,190,64); }

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

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

 a { background-color: rgb(73,190,64); }

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

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

 span { border-color: rgb(73,190,64); }

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