#44C540

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

Shades of Lime Green #44C540

Tints of Lime Green #44C540

Color information

#44C540 (or 0x44C540) is unknown color: approx Lime Green. HEX triplet: 44, C5 and 40. RGB value is (68,197,64). Sum of RGB (Red+Green+Blue) = 68+197+64=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #44C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C540 is #BB3ABF. Grayscale: #8F8F8F. Windows color (decimal): -12270272 or 4244804. OLE color: 4244804.

HSL color Cylindrical-coordinate representation of color #44C540: hue angle of 118.2º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44C540 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB6819764-
CMYK0.6500.680.23
HSL118.2º53.41%51.18%-
HSV(B)118.2º67.51%77.25%-
XYZ23.2841.5311.64-
YUV143.2783.2674.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=20.67%
G=59.88%
B=19.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal68197640.6500.680.23118.253.4151.18
Hex44C5404104417763533
Octal1043051001010104271666563
Binary1000100110001011000000100000101000100101111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,197,64); }

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

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

 a { background-color: rgb(68,197,64); }

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

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

 span { border-color: rgb(68,197,64); }

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