#49d12c

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

Shades of Lime Green #49D12C

Tints of Lime Green #49D12C

Color information

#49D12C (or 0x49D12C) is unknown color: approx Lime Green. HEX triplet: 49, D1 and 2C. RGB value is (73,209,44). Sum of RGB (Red+Green+Blue) = 73+209+44=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #49D12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D12C is #B62ED3. Grayscale: #969696. Windows color (decimal): -11939540 or 2937161. OLE color: 2937161.

HSL color Cylindrical-coordinate representation of color #49D12C: hue angle of 109.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49D12C is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB7320944-
CMYK0.6500.790.18
HSL109.45º65.22%49.61%-
HSV(B)109.45º78.95%81.96%-
XYZ2647.210.12-
YUV149.5368.4473.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 209 (82.03% from 255) = 64.11%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=22.39%
G=64.11%
B=13.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal73209440.6500.790.18109.4565.2249.61
Hex49D12C4104F126d4132
Octal1113215410101172215510162
Binary1001001110100011011001000001010011111001011011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49d12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,209,44); }

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

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

 a { background-color: rgb(73,209,44); }

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

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

 span { border-color: rgb(73,209,44); }

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