#44d64f

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

Shades of Lime Green #44D64F

Tints of Lime Green #44D64F

Color information

#44D64F (or 0x44D64F) is unknown color: approx Lime Green. HEX triplet: 44, D6 and 4F. RGB value is (68,214,79). Sum of RGB (Red+Green+Blue) = 68+214+79=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #44D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D64F is #BB29B0. Grayscale: #9B9B9B. Windows color (decimal): -12265905 or 5232196. OLE color: 5232196.

HSL color Cylindrical-coordinate representation of color #44D64F: hue angle of 124.52º degrees, saturation: 0.64, 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 #44D64F is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB6821479-
CMYK0.6800.630.16
HSL124.52º64.04%55.29%-
HSV(B)124.52º68.22%83.92%-
XYZ27.8449.8915.56-
YUV154.9685.1365.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.84%
GREEN value IS 214 (83.98% from 255) = 59.28%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=18.84%
G=59.28%
B=21.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68214790.6800.630.16124.5264.0455.29
Hex44D64F4403F107d4037
Octal1043261171040772017510067
Binary1000100110101101001111100010001111111000011111011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d64f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,214,79); }

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

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

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

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

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

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

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