#4FA11E

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

Shades of Limeade #4FA11E

Tints of Limeade #4FA11E

Color information

#4FA11E (or 0x4FA11E) is unknown color: approx Limeade. HEX triplet: 4F, A1 and 1E. RGB value is (79,161,30). Sum of RGB (Red+Green+Blue) = 79+161+30=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA11E is #B05EE1. Grayscale: #797979. Windows color (decimal): -11558626 or 2007375. OLE color: 2007375.

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

Color convert

RGB7916130-
CMYK0.5100.810.37
HSL97.56º68.59%37.45%-
HSV(B)97.56º81.37%63.14%-
XYZ16.227.255.63-
YUV121.5576.3397.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 161 (63.28% from 255) = 59.63%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=29.26%
G=59.63%
B=11.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79161300.5100.810.3797.5668.5937.45
Hex4FA11E3305125624525
Octal117241366301214514210545
Binary100111110100001111101100110101000110010111000101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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