#49D636

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

Shades of Lime Green #49D636

Tints of Lime Green #49D636

Color information

#49D636 (or 0x49D636) is unknown color: approx Lime Green. HEX triplet: 49, D6 and 36. RGB value is (73,214,54). Sum of RGB (Red+Green+Blue) = 73+214+54=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #49D636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D636 is #B629C9. Grayscale: #9A9A9A. Windows color (decimal): -11938250 or 3593801. OLE color: 3593801.

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

Color convert

RGB7321454-
CMYK0.6600.750.16
HSL112.88º66.12%52.55%-
HSV(B)112.88º74.77%83.92%-
XYZ27.4649.7811.65-
YUV153.671.7970.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 214 (83.98% from 255) = 62.76%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=21.41%
G=62.76%
B=15.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73214540.6600.750.16112.8866.1252.55
Hex49D6364204B10714235
Octal1113266610201132016110265
Binary1001001110101101101101000010010010111000011100011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,214,54); }

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

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

 a { background-color: rgb(73,214,54); }

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

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

 span { border-color: rgb(73,214,54); }

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