#44DA2D

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

Shades of Lime Green #44DA2D

Tints of Lime Green #44DA2D

Color information

#44DA2D (or 0x44DA2D) is unknown color: approx Lime Green. HEX triplet: 44, DA and 2D. RGB value is (68,218,45). Sum of RGB (Red+Green+Blue) = 68+218+45=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DA2D is #BB25D2. Grayscale: #999999. Windows color (decimal): -12264915 or 3004996. OLE color: 3004996.

HSL color Cylindrical-coordinate representation of color #44DA2D: hue angle of 112.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44DA2D is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB6821845-
CMYK0.6900.790.15
HSL112.02º70.04%51.57%-
HSV(B)112.02º79.36%85.49%-
XYZ27.9351.5610.96-
YUV153.4366.8167.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 218 (85.55% from 255) = 65.86%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=20.54%
G=65.86%
B=13.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal68218450.6900.790.15112.0270.0451.57
Hex44DA2D4504FF704634
Octal1043325510501171716010664
Binary100010011011010101101100010101001111111111100001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,218,45); }

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

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

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

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

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

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

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