#44DF4B

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

Shades of Lime Green #44DF4B

Tints of Lime Green #44DF4B

Color information

#44DF4B (or 0x44DF4B) is unknown color: approx Lime Green. HEX triplet: 44, DF and 4B. RGB value is (68,223,75). Sum of RGB (Red+Green+Blue) = 68+223+75=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DF4B is #BB20B4. Grayscale: #A0A0A0. Windows color (decimal): -12263605 or 4972356. OLE color: 4972356.

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

Color convert

RGB6822375-
CMYK0.7000.660.13
HSL122.71º70.78%57.06%-
HSV(B)122.71º69.51%87.45%-
XYZ30.0454.5115.6-
YUV159.7880.1562.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 223 (87.5% from 255) = 60.93%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=18.58%
G=60.93%
B=20.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68223750.7000.660.13122.7170.7857.06
Hex44DF4B46042D7b4739
Octal10433711310601021517310771
Binary1000100110111111001011100011001000010110111110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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