#44C13C

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

Shades of Lime Green #44C13C

Tints of Lime Green #44C13C

Color information

#44C13C (or 0x44C13C) is unknown color: approx Lime Green. HEX triplet: 44, C1 and 3C. RGB value is (68,193,60). Sum of RGB (Red+Green+Blue) = 68+193+60=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #44C13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C13C is #BB3EC3. Grayscale: #8C8C8C. Windows color (decimal): -12271300 or 3981636. OLE color: 3981636.

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

Color convert

RGB6819360-
CMYK0.6500.690.24
HSL116.39º52.57%49.61%-
HSV(B)116.39º68.91%75.69%-
XYZ22.2739.710.76-
YUV140.4682.5976.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=21.18%
G=60.12%
B=18.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68193600.6500.690.24116.3952.5749.61
Hex44C13C4104518743532
Octal104301741010105301646562
Binary100010011000001111100100000101000101110001110100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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