#4FA42A

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

Shades of Limeade #4FA42A

Tints of Limeade #4FA42A

Color information

#4FA42A (or 0x4FA42A) is unknown color: approx Limeade. HEX triplet: 4F, A4 and 2A. RGB value is (79,164,42). Sum of RGB (Red+Green+Blue) = 79+164+42=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA42A is #B05BD5. Grayscale: #7D7D7D. Windows color (decimal): -11557846 or 2794575. OLE color: 2794575.

HSL color Cylindrical-coordinate representation of color #4FA42A: hue angle of 101.8º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4FA42A is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB7916442-
CMYK0.5200.740.36
HSL101.8º59.22%40.39%-
HSV(B)101.8º74.39%64.31%-
XYZ16.9228.386.78-
YUV124.6881.3495.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 164 (64.45% from 255) = 57.54%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=27.72%
G=57.54%
B=14.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79164420.5200.740.36101.859.2240.39
Hex4FA42A3404A24663b28
Octal11724452640112441467350
Binary100111110100100101010110100010010101001001100110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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