#44CA49

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

Shades of Lime Green #44CA49

Tints of Lime Green #44CA49

Color information

#44CA49 (or 0x44CA49) is unknown color: approx Lime Green. HEX triplet: 44, CA and 49. RGB value is (68,202,73). Sum of RGB (Red+Green+Blue) = 68+202+73=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA49 is #BB35B6. Grayscale: #939393. Windows color (decimal): -12268983 or 4835908. OLE color: 4835908.

HSL color Cylindrical-coordinate representation of color #44CA49: hue angle of 122.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CA49 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB6820273-
CMYK0.6600.640.21
HSL122.24º55.83%52.94%-
HSV(B)122.24º66.34%79.22%-
XYZ24.7143.9513.48-
YUV147.2386.1171.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=19.83%
G=58.89%
B=21.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202730.6600.640.21122.2455.8352.94
Hex44CA4942040157a3835
Octal1043121111020100251727065
Binary1000100110010101001001100001001000000101011111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,73); }

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

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

 a { background-color: rgb(68,202,73); }

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

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

 span { border-color: rgb(68,202,73); }

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