#44DF3F

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

Shades of Lime Green #44DF3F

Tints of Lime Green #44DF3F

Color information

#44DF3F (or 0x44DF3F) is unknown color: approx Lime Green. HEX triplet: 44, DF and 3F. RGB value is (68,223,63). Sum of RGB (Red+Green+Blue) = 68+223+63=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DF3F is #BB20C0. Grayscale: #9E9E9E. Windows color (decimal): -12263617 or 4185924. OLE color: 4185924.

HSL color Cylindrical-coordinate representation of color #44DF3F: hue angle of 118.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DF3F is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB6822363-
CMYK0.7000.720.13
HSL118.12º71.43%56.08%-
HSV(B)118.12º71.75%87.45%-
XYZ29.6754.3613.63-
YUV158.4174.1563.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 223 (87.5% from 255) = 62.99%
BLUE value IS 63 (25% from 255) = 17.80%
R=19.21%
G=62.99%
B=17.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68223630.7000.720.13118.1271.4356.08
Hex44DF3F46048D764738
Octal1043377710601101516610770
Binary100010011011111111111100011001001000110111101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,223,63); }

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

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

 a { background-color: rgb(68,223,63); }

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

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

 span { border-color: rgb(68,223,63); }

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