#4FA62A

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

Shades of Limeade #4FA62A

Tints of Limeade #4FA62A

Color information

#4FA62A (or 0x4FA62A) is unknown color: approx Limeade. HEX triplet: 4F, A6 and 2A. RGB value is (79,166,42). Sum of RGB (Red+Green+Blue) = 79+166+42=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 166 (65.23% from 255 or 57.84% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA62A is #B059D5. Grayscale: #7E7E7E. Windows color (decimal): -11557334 or 2795087. OLE color: 2795087.

HSL color Cylindrical-coordinate representation of color #4FA62A: hue angle of 102.1º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FA62A is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB7916642-
CMYK0.5200.750.35
HSL102.1º59.62%40.78%-
HSV(B)102.1º74.7%65.1%-
XYZ17.2829.16.9-
YUV125.8580.6894.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 166 (65.23% from 255) = 57.84%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=27.53%
G=57.84%
B=14.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79166420.5200.750.35102.159.6240.78
Hex4FA62A3404B23663c29
Octal11724652640113431467451
Binary100111110100110101010110100010010111000111100110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,166,42); }

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

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

 a { background-color: rgb(79,166,42); }

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

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

 span { border-color: rgb(79,166,42); }

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