#44BD3D

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

Shades of Lime Green #44BD3D

Tints of Lime Green #44BD3D

Color information

#44BD3D (or 0x44BD3D) is unknown color: approx Lime Green. HEX triplet: 44, BD and 3D. RGB value is (68,189,61). Sum of RGB (Red+Green+Blue) = 68+189+61=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD3D is #BB42C2. Grayscale: #8A8A8A. Windows color (decimal): -12272323 or 4046148. OLE color: 4046148.

HSL color Cylindrical-coordinate representation of color #44BD3D: hue angle of 116.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44BD3D is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB6818961-
CMYK0.6400.680.26
HSL116.72º51.2%49.02%-
HSV(B)116.72º67.72%74.12%-
XYZ21.4237.9610.61-
YUV138.2384.4177.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=21.38%
G=59.43%
B=19.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68189610.6400.680.26116.7251.249.02
Hex44BD3D400441A753331
Octal104275751000104321656361
Binary100010010111101111101100000001000100110101110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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