#44D53D

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

Shades of Lime Green #44D53D

Tints of Lime Green #44D53D

Color information

#44D53D (or 0x44D53D) is unknown color: approx Lime Green. HEX triplet: 44, D5 and 3D. RGB value is (68,213,61). Sum of RGB (Red+Green+Blue) = 68+213+61=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #44D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D53D is #BB2AC2. Grayscale: #989898. Windows color (decimal): -12266179 or 4052292. OLE color: 4052292.

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

Color convert

RGB6821361-
CMYK0.6800.710.16
HSL117.24º64.41%53.73%-
HSV(B)117.24º71.36%83.53%-
XYZ27.0249.1512.48-
YUV152.3276.4667.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 213 (83.59% from 255) = 62.28%
BLUE value IS 61 (24.22% from 255) = 17.84%
R=19.88%
G=62.28%
B=17.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68213610.6800.710.16117.2464.4153.73
Hex44D53D4404710754036
Octal1043257510401072016510066
Binary1000100110101011111011000100010001111000011101011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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