#49DC4B

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

Shades of Lime Green #49DC4B

Tints of Lime Green #49DC4B

Color information

#49DC4B (or 0x49DC4B) is unknown color: approx Lime Green. HEX triplet: 49, DC and 4B. RGB value is (73,220,75). Sum of RGB (Red+Green+Blue) = 73+220+75=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC4B is #B623B4. Grayscale: #9F9F9F. Windows color (decimal): -11936693 or 4971593. OLE color: 4971593.

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

Color convert

RGB7322075-
CMYK0.6700.660.14
HSL120.82º67.74%57.45%-
HSV(B)120.82º66.82%86.27%-
XYZ29.6153.1115.35-
YUV159.5280.366.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.84%
GREEN value IS 220 (86.33% from 255) = 59.78%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=19.84%
G=59.78%
B=20.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73220750.6700.660.14120.8267.7457.45
Hex49DC4B43042E794439
Octal11133411310301021617110471
Binary1001001110111001001011100001101000010111011110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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