#49D43F

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

Shades of Lime Green #49D43F

Tints of Lime Green #49D43F

Color information

#49D43F (or 0x49D43F) is unknown color: approx Lime Green. HEX triplet: 49, D4 and 3F. RGB value is (73,212,63). Sum of RGB (Red+Green+Blue) = 73+212+63=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #49D43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D43F is #B62BC0. Grayscale: #999999. Windows color (decimal): -11938753 or 4183113. OLE color: 4183113.

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

Color convert

RGB7321263-
CMYK0.6600.700.17
HSL115.97º63.4%53.92%-
HSV(B)115.97º70.28%83.14%-
XYZ27.1948.8612.7-
YUV153.4576.9570.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 212 (83.20% from 255) = 60.92%
BLUE value IS 63 (25% from 255) = 18.10%
R=20.98%
G=60.92%
B=18.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal73212630.6600.700.17115.9763.453.92
Hex49D43F4204611743f36
Octal111324771020106211647766
Binary100100111010100111111100001001000110100011110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,212,63); }

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

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

 a { background-color: rgb(73,212,63); }

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

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

 span { border-color: rgb(73,212,63); }

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