#44D149

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

Shades of Lime Green #44D149

Tints of Lime Green #44D149

Color information

#44D149 (or 0x44D149) is unknown color: approx Lime Green. HEX triplet: 44, D1 and 49. RGB value is (68,209,73). Sum of RGB (Red+Green+Blue) = 68+209+73=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #44D149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D149 is #BB2EB6. Grayscale: #979797. Windows color (decimal): -12267191 or 4837700. OLE color: 4837700.

HSL color Cylindrical-coordinate representation of color #44D149: hue angle of 122.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D149 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB6820973-
CMYK0.6700.650.18
HSL122.13º60.52%54.31%-
HSV(B)122.13º67.46%81.96%-
XYZ26.3947.3114.04-
YUV151.3483.7968.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 209 (82.03% from 255) = 59.71%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=19.43%
G=59.71%
B=20.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68209730.6700.650.18122.1360.5254.31
Hex44D14943041127a3d36
Octal1043211111030101221727566
Binary1000100110100011001001100001101000001100101111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44D149; }

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

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

<style>
 a { background-color: #44D149; }

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

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

<style>
 span { border-color: #44D149; }

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

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