#44d540

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

Shades of Lime Green #44D540

Tints of Lime Green #44D540

Color information

#44D540 (or 0x44D540) is unknown color: approx Lime Green. HEX triplet: 44, D5 and 40. RGB value is (68,213,64). Sum of RGB (Red+Green+Blue) = 68+213+64=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #44D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D540 is #BB2ABF. Grayscale: #999999. Windows color (decimal): -12266176 or 4248900. OLE color: 4248900.

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

Color convert

RGB6821364-
CMYK0.6800.700.16
HSL118.39º63.95%54.31%-
HSV(B)118.39º69.95%83.53%-
XYZ27.149.1912.92-
YUV152.6677.9667.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 213 (83.59% from 255) = 61.74%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=19.71%
G=61.74%
B=18.55%

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
Decimal68213640.6800.700.16118.3963.9554.31
Hex44D5404404610764036
Octal10432510010401062016610066
Binary10001001101010110000001000100010001101000011101101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44d540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,64); }

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

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

 a { background-color: rgb(68,213,64); }

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

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

 span { border-color: rgb(68,213,64); }

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