#44d741

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

Shades of Lime Green #44D741

Tints of Lime Green #44D741

Color information

#44D741 (or 0x44D741) is unknown color: approx Lime Green. HEX triplet: 44, D7 and 41. RGB value is (68,215,65). Sum of RGB (Red+Green+Blue) = 68+215+65=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #44D741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D741 is #BB28BE. Grayscale: #9A9A9A. Windows color (decimal): -12265663 or 4314948. OLE color: 4314948.

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

Color convert

RGB6821565-
CMYK0.6800.700.16
HSL118.8º65.22%54.9%-
HSV(B)118.8º69.77%84.31%-
XYZ27.6450.2113.24-
YUV153.9577.866.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 215 (84.38% from 255) = 61.78%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=19.54%
G=61.78%
B=18.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68215650.6800.700.16118.865.2254.9
Hex44D7414404610774137
Octal10432710110401062016710167
Binary10001001101011110000011000100010001101000011101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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