#49DC3B

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

Shades of Lime Green #49DC3B

Tints of Lime Green #49DC3B

Color information

#49DC3B (or 0x49DC3B) is unknown color: approx Lime Green. HEX triplet: 49, DC and 3B. RGB value is (73,220,59). Sum of RGB (Red+Green+Blue) = 73+220+59=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC3B is #B623C4. Grayscale: #9E9E9E. Windows color (decimal): -11936709 or 3923017. OLE color: 3923017.

HSL color Cylindrical-coordinate representation of color #49DC3B: hue angle of 114.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49DC3B is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB7322059-
CMYK0.6700.730.14
HSL114.78º69.7%54.71%-
HSV(B)114.78º73.18%86.27%-
XYZ29.1352.9212.82-
YUV157.6972.367.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 220 (86.33% from 255) = 62.5%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=20.74%
G=62.5%
B=16.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73220590.6700.730.14114.7869.754.71
Hex49DC3B43049E734637
Octal1113347310301111616310667
Binary100100111011100111011100001101001001111011100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,220,59); }

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

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

 a { background-color: rgb(73,220,59); }

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

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

 span { border-color: rgb(73,220,59); }

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