#4FA524

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

Shades of Limeade #4FA524

Tints of Limeade #4FA524

Color information

#4FA524 (or 0x4FA524) is unknown color: approx Limeade. HEX triplet: 4F, A5 and 24. RGB value is (79,165,36). Sum of RGB (Red+Green+Blue) = 79+165+36=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA524 is #B05ADB. Grayscale: #7D7D7D. Windows color (decimal): -11557596 or 2401615. OLE color: 2401615.

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

Color convert

RGB7916536-
CMYK0.5200.780.35
HSL100º64.18%39.41%-
HSV(B)100º78.18%64.71%-
XYZ1728.76.31-
YUV124.5878.0195.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 165 (64.84% from 255) = 58.93%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=28.21%
G=58.93%
B=12.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79165360.5200.780.3510064.1839.41
Hex4FA5243404E23644027
Octal117245446401164314410047
Binary1001111101001011001001101000100111010001111001001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,165,36); }

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

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

 a { background-color: rgb(79,165,36); }

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

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

 span { border-color: rgb(79,165,36); }

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