#44CC29

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

Shades of Lime Green #44CC29

Tints of Lime Green #44CC29

Color information

#44CC29 (or 0x44CC29) is unknown color: approx Lime Green. HEX triplet: 44, CC and 29. RGB value is (68,204,41). Sum of RGB (Red+Green+Blue) = 68+204+41=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CC29 is #BB33D6. Grayscale: #919191. Windows color (decimal): -12268503 or 2739268. OLE color: 2739268.

HSL color Cylindrical-coordinate representation of color #44CC29: hue angle of 110.06º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44CC29 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB6820441-
CMYK0.6700.800.2
HSL110.06º66.53%48.04%-
HSV(B)110.06º79.9%80%-
XYZ24.3844.579.42-
YUV144.7569.4473.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 204 (80.08% from 255) = 65.18%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=21.73%
G=65.18%
B=13.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68204410.6700.800.2110.0666.5348.04
Hex44CC2943050146e4330
Octal1043145110301202415610360
Binary1000100110011001010011000011010100001010011011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,41); }

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

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

 a { background-color: rgb(68,204,41); }

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

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

 span { border-color: rgb(68,204,41); }

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