#44d749

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

Shades of Lime Green #44D749

Tints of Lime Green #44D749

Color information

#44D749 (or 0x44D749) is unknown color: approx Lime Green. HEX triplet: 44, D7 and 49. RGB value is (68,215,73). Sum of RGB (Red+Green+Blue) = 68+215+73=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #44D749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D749 is #BB28B6. Grayscale: #9B9B9B. Windows color (decimal): -12265655 or 4839236. OLE color: 4839236.

HSL color Cylindrical-coordinate representation of color #44D749: hue angle of 122.04º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D749 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB6821573-
CMYK0.6800.660.16
HSL122.04º64.76%55.49%-
HSV(B)122.04º68.37%84.31%-
XYZ27.8950.3114.54-
YUV154.8681.866.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 215 (84.38% from 255) = 60.39%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=19.10%
G=60.39%
B=20.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68215730.6800.660.16122.0464.7655.49
Hex44D74944042107a4137
Octal10432711110401022017210167
Binary10001001101011110010011000100010000101000011110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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