#44D32E

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

Shades of Lime Green #44D32E

Tints of Lime Green #44D32E

Color information

#44D32E (or 0x44D32E) is unknown color: approx Lime Green. HEX triplet: 44, D3 and 2E. RGB value is (68,211,46). Sum of RGB (Red+Green+Blue) = 68+211+46=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 211 (82.81% from 255 or 64.92% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 211 - color contains mainly: green. Hex color #44D32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D32E is #BB2CD1. Grayscale: #959595. Windows color (decimal): -12266706 or 3068740. OLE color: 3068740.

HSL color Cylindrical-coordinate representation of color #44D32E: hue angle of 112º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44D32E is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB6821146-
CMYK0.6800.780.17
HSL112º65.22%50.39%-
HSV(B)112º78.2%82.75%-
XYZ26.1748.0110.47-
YUV149.4369.6269.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 211 (82.81% from 255) = 64.92%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=20.92%
G=64.92%
B=14.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal68211460.6800.780.1711265.2250.39
Hex44D32E4404E11704132
Octal1043235610401162116010162
Binary1000100110100111011101000100010011101000111100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,211,46); }

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

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

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

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

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

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

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