#44C642

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

Shades of Lime Green #44C642

Tints of Lime Green #44C642

Color information

#44C642 (or 0x44C642) is unknown color: approx Lime Green. HEX triplet: 44, C6 and 42. RGB value is (68,198,66). Sum of RGB (Red+Green+Blue) = 68+198+66=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #44C642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C642 is #BB39BD. Grayscale: #909090. Windows color (decimal): -12270014 or 4376132. OLE color: 4376132.

HSL color Cylindrical-coordinate representation of color #44C642: hue angle of 119.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44C642 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB6819866-
CMYK0.6600.670.22
HSL119.09º53.66%51.76%-
HSV(B)119.09º66.67%77.65%-
XYZ23.5642.0112.02-
YUV144.0883.9373.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 198 (77.73% from 255) = 59.64%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=20.48%
G=59.64%
B=19.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68198660.6600.670.22119.0953.6651.76
Hex44C6424204316773634
Octal1043061021020103261676664
Binary1000100110001101000010100001001000011101101110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,198,66); }

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

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

 a { background-color: rgb(68,198,66); }

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

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

 span { border-color: rgb(68,198,66); }

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