#4FA12F

Color #4FA12F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4FA12F

Tints of Limeade #4FA12F

Color information

#4FA12F (or 0x4FA12F) is unknown color: approx Limeade. HEX triplet: 4F, A1 and 2F. RGB value is (79,161,47). Sum of RGB (Red+Green+Blue) = 79+161+47=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA12F is #B05ED0. Grayscale: #7B7B7B. Windows color (decimal): -11558609 or 3121487. OLE color: 3121487.

HSL color Cylindrical-coordinate representation of color #4FA12F: hue angle of 103.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FA12F is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB7916147-
CMYK0.5100.710.37
HSL103.16º54.81%40.78%-
HSV(B)103.16º70.81%63.14%-
XYZ16.4827.367.1-
YUV123.4984.8396.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 161 (63.28% from 255) = 56.10%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=27.53%
G=56.10%
B=16.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79161470.5100.710.37103.1654.8140.78
Hex4FA12F3304725673729
Octal11724157630107451476751
Binary100111110100001101111110011010001111001011100111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA12F; }

 p { color: rgb(79,161,47); }

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

<style>
 a { background-color: #4FA12F; }

 a { background-color: rgb(79,161,47); }

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

<style>
 span { border-color: #4FA12F; }

 span { border-color: rgb(79,161,47); }

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