#44D145

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

Shades of Lime Green #44D145

Tints of Lime Green #44D145

Color information

#44D145 (or 0x44D145) is unknown color: approx Lime Green. HEX triplet: 44, D1 and 45. RGB value is (68,209,69). Sum of RGB (Red+Green+Blue) = 68+209+69=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #44D145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D145 is #BB2EBA. Grayscale: #979797. Windows color (decimal): -12267195 or 4575556. OLE color: 4575556.

HSL color Cylindrical-coordinate representation of color #44D145: hue angle of 120.43º 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 #44D145 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB6820969-
CMYK0.6700.670.18
HSL120.43º60.52%54.31%-
HSV(B)120.43º67.46%81.96%-
XYZ26.2647.2613.37-
YUV150.8881.7968.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 209 (82.03% from 255) = 60.40%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=19.65%
G=60.40%
B=19.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68209690.6700.670.18120.4360.5254.31
Hex44D1454304312783d36
Octal1043211051030103221707566
Binary1000100110100011000101100001101000011100101111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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