#44dd2b

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

Shades of Lime Green #44DD2B

Tints of Lime Green #44DD2B

Color information

#44DD2B (or 0x44DD2B) is unknown color: approx Lime Green. HEX triplet: 44, DD and 2B. RGB value is (68,221,43). Sum of RGB (Red+Green+Blue) = 68+221+43=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD2B is #BB22D4. Grayscale: #9B9B9B. Windows color (decimal): -12264149 or 2874692. OLE color: 2874692.

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

Color convert

RGB6822143-
CMYK0.6900.810.13
HSL111.57º72.36%51.76%-
HSV(B)111.57º80.54%86.67%-
XYZ28.6853.1211.03-
YUV154.9664.8165.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 221 (86.72% from 255) = 66.57%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=20.48%
G=66.57%
B=12.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68221430.6900.810.13111.5772.3651.76
Hex44DD2B45051D704834
Octal1043355310501211516011064
Binary100010011011101101011100010101010001110111100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44dd2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,221,43); }

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

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

 a { background-color: rgb(68,221,43); }

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

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

 span { border-color: rgb(68,221,43); }

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