#44F13F

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

Shades of Lime Green #44F13F

Tints of Lime Green #44F13F

Color information

#44F13F (or 0x44F13F) is unknown color: approx Lime Green. HEX triplet: 44, F1 and 3F. RGB value is (68,241,63). Sum of RGB (Red+Green+Blue) = 68+241+63=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #44F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F13F is #BB0EC0. Grayscale: #A9A9A9. Windows color (decimal): -12259009 or 4190532. OLE color: 4190532.

HSL color Cylindrical-coordinate representation of color #44F13F: hue angle of 118.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44F13F is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB6824163-
CMYK0.7200.740.05
HSL118.31º86.41%59.61%-
HSV(B)118.31º73.86%94.51%-
XYZ34.7464.515.32-
YUV168.9868.1955.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 241 (94.53% from 255) = 64.78%
BLUE value IS 63 (25% from 255) = 16.94%
R=18.28%
G=64.78%
B=16.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68241630.7200.740.05118.3186.4159.61
Hex44F13F4804A576563c
Octal104361771100112516612674
Binary10001001111000111111110010000100101010111101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,241,63); }

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

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

 a { background-color: rgb(68,241,63); }

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

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

 span { border-color: rgb(68,241,63); }

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