#44C149

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

Shades of Lime Green #44C149

Tints of Lime Green #44C149

Color information

#44C149 (or 0x44C149) is unknown color: approx Lime Green. HEX triplet: 44, C1 and 49. RGB value is (68,193,73). Sum of RGB (Red+Green+Blue) = 68+193+73=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #44C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C149 is #BB3EB6. Grayscale: #8E8E8E. Windows color (decimal): -12271287 or 4833604. OLE color: 4833604.

HSL color Cylindrical-coordinate representation of color #44C149: hue angle of 122.4º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C149 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6819373-
CMYK0.6500.620.24
HSL122.4º50.2%51.18%-
HSV(B)122.4º64.77%75.69%-
XYZ22.6639.8512.8-
YUV141.9489.0975.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 193 (75.78% from 255) = 57.78%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=20.36%
G=57.78%
B=21.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68193730.6500.620.24122.450.251.18
Hex44C1494103E187a3233
Octal104301111101076301726263
Binary100010011000001100100110000010111110110001111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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