#49D741

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

Shades of Lime Green #49D741

Tints of Lime Green #49D741

Color information

#49D741 (or 0x49D741) is unknown color: approx Lime Green. HEX triplet: 49, D7 and 41. RGB value is (73,215,65). Sum of RGB (Red+Green+Blue) = 73+215+65=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #49D741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D741 is #B628BE. Grayscale: #9B9B9B. Windows color (decimal): -11937983 or 4314953. OLE color: 4314953.

HSL color Cylindrical-coordinate representation of color #49D741: hue angle of 116.8º 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 #49D741 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB7321565-
CMYK0.6600.700.16
HSL116.8º65.22%54.9%-
HSV(B)116.8º69.77%84.31%-
XYZ2850.413.25-
YUV155.4476.9669.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 215 (84.38% from 255) = 60.91%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=20.68%
G=60.91%
B=18.41%

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
Decimal73215650.6600.700.16116.865.2254.9
Hex49D7414204610754137
Octal11132710110201062016510167
Binary10010011101011110000011000010010001101000011101011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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