#44d144

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

Shades of Lime Green #44D144

Tints of Lime Green #44D144

Color information

#44D144 (or 0x44D144) is unknown color: approx Lime Green. HEX triplet: 44, D1 and 44. RGB value is (68,209,68). Sum of RGB (Red+Green+Blue) = 68+209+68=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #44D144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D144 is #BB2EBB. Grayscale: #979797. Windows color (decimal): -12267196 or 4510020. OLE color: 4510020.

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

Color convert

RGB6820968-
CMYK0.6700.670.18
HSL120º60.52%54.31%-
HSV(B)120º67.46%81.96%-
XYZ26.2347.2513.21-
YUV150.7781.2968.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 209 (82.03% from 255) = 60.58%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=19.71%
G=60.58%
B=19.71%

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
Decimal68209680.6700.670.1812060.5254.31
Hex44D1444304312783d36
Octal1043211041030103221707566
Binary1000100110100011000100100001101000011100101111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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