#44DA4A

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

Shades of Lime Green #44DA4A

Tints of Lime Green #44DA4A

Color information

#44DA4A (or 0x44DA4A) is unknown color: approx Lime Green. HEX triplet: 44, DA and 4A. RGB value is (68,218,74). Sum of RGB (Red+Green+Blue) = 68+218+74=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DA4A is #BB25B5. Grayscale: #9D9D9D. Windows color (decimal): -12264886 or 4905540. OLE color: 4905540.

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

Color convert

RGB6821874-
CMYK0.6900.660.15
HSL122.4º66.96%56.08%-
HSV(B)122.4º68.81%85.49%-
XYZ28.6951.8714.98-
YUV156.7381.3164.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 218 (85.55% from 255) = 60.56%
BLUE value IS 74 (29.30% from 255) = 20.56%
R=18.89%
G=60.56%
B=20.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal68218740.6900.660.15122.466.9656.08
Hex44DA4A45042F7a4338
Octal10433211210501021717210370
Binary1000100110110101001010100010101000010111111110101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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