#49D540

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

Shades of Lime Green #49D540

Tints of Lime Green #49D540

Color information

#49D540 (or 0x49D540) is unknown color: approx Lime Green. HEX triplet: 49, D5 and 40. RGB value is (73,213,64). Sum of RGB (Red+Green+Blue) = 73+213+64=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #49D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D540 is #B62ABF. Grayscale: #9A9A9A. Windows color (decimal): -11938496 or 4248905. OLE color: 4248905.

HSL color Cylindrical-coordinate representation of color #49D540: hue angle of 116.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49D540 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB7321364-
CMYK0.6600.700.16
HSL116.38º63.95%54.31%-
HSV(B)116.38º69.95%83.53%-
XYZ27.4749.3812.93-
YUV154.1577.1270.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 213 (83.59% from 255) = 60.86%
BLUE value IS 64 (25.39% from 255) = 18.29%
R=20.86%
G=60.86%
B=18.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73213640.6600.700.16116.3863.9554.31
Hex49D5404204610744036
Octal11132510010201062016410066
Binary10010011101010110000001000010010001101000011101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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