#44F540

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

Shades of Lime Green #44F540

Tints of Lime Green #44F540

Color information

#44F540 (or 0x44F540) is unknown color: approx Lime Green. HEX triplet: 44, F5 and 40. RGB value is (68,245,64). Sum of RGB (Red+Green+Blue) = 68+245+64=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #44F540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F540 is #BB0ABF. Grayscale: #ABABAB. Windows color (decimal): -12257984 or 4257092. OLE color: 4257092.

HSL color Cylindrical-coordinate representation of color #44F540: hue angle of 118.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44F540 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB6824564-
CMYK0.7200.740.04
HSL118.67º90.05%60.59%-
HSV(B)118.67º73.88%96.08%-
XYZ35.9666.915.87-
YUV171.4467.3654.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 245 (96.09% from 255) = 64.99%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=18.04%
G=64.99%
B=16.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal68245640.7200.740.04118.6790.0560.59
Hex44F5404804A4775a3d
Octal1043651001100112416713275
Binary100010011110101100000010010000100101010011101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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