#44DD26

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

Shades of Lime Green #44DD26

Tints of Lime Green #44DD26

Color information

#44DD26 (or 0x44DD26) is unknown color: approx Lime Green. HEX triplet: 44, DD and 26. RGB value is (68,221,38). Sum of RGB (Red+Green+Blue) = 68+221+38=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD26 is #BB22D9. Grayscale: #9A9A9A. Windows color (decimal): -12264154 or 2547012. OLE color: 2547012.

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

Color convert

RGB6822138-
CMYK0.6900.830.13
HSL110.16º72.91%50.78%-
HSV(B)110.16º82.81%86.67%-
XYZ28.5953.0810.57-
YUV154.3962.3166.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 221 (86.72% from 255) = 67.58%
BLUE value IS 38 (15.23% from 255) = 11.62%
R=20.80%
G=67.58%
B=11.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68221380.6900.830.13110.1672.9150.78
Hex44DD2645053D6e4933
Octal1043354610501231515611163
Binary100010011011101100110100010101010011110111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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