#44DD33

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

Shades of Lime Green #44DD33

Tints of Lime Green #44DD33

Color information

#44DD33 (or 0x44DD33) is unknown color: approx Lime Green. HEX triplet: 44, DD and 33. RGB value is (68,221,51). Sum of RGB (Red+Green+Blue) = 68+221+51=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD33 is #BB22CC. Grayscale: #9C9C9C. Windows color (decimal): -12264141 or 3398980. OLE color: 3398980.

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

Color convert

RGB6822151-
CMYK0.6900.770.13
HSL114º71.43%53.33%-
HSV(B)114º76.92%86.67%-
XYZ28.8453.1811.88-
YUV155.8768.8165.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 221 (86.72% from 255) = 65%
BLUE value IS 51 (20.31% from 255) = 15%
R=20%
G=65%
B=15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68221510.6900.770.1311471.4353.33
Hex44DD334504DD724735
Octal1043356310501151516210765
Binary100010011011101110011100010101001101110111100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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