#49D641

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

Shades of Lime Green #49D641

Tints of Lime Green #49D641

Color information

#49D641 (or 0x49D641) is unknown color: approx Lime Green. HEX triplet: 49, D6 and 41. RGB value is (73,214,65). Sum of RGB (Red+Green+Blue) = 73+214+65=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #49D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D641 is #B629BE. Grayscale: #9B9B9B. Windows color (decimal): -11938239 or 4314697. OLE color: 4314697.

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

Color convert

RGB7321465-
CMYK0.6600.700.16
HSL116.78º64.5%54.71%-
HSV(B)116.78º69.63%83.92%-
XYZ27.7549.8913.17-
YUV154.8577.2969.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 214 (83.98% from 255) = 60.80%
BLUE value IS 65 (25.78% from 255) = 18.47%
R=20.74%
G=60.80%
B=18.47%

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
Decimal73214650.6600.700.16116.7864.554.71
Hex49D6414204610754137
Octal11132610110201062016510167
Binary10010011101011010000011000010010001101000011101011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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