#4FA526

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

Shades of Limeade #4FA526

Tints of Limeade #4FA526

Color information

#4FA526 (or 0x4FA526) is unknown color: approx Limeade. HEX triplet: 4F, A5 and 26. RGB value is (79,165,38). Sum of RGB (Red+Green+Blue) = 79+165+38=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA526 is #B05AD9. Grayscale: #7D7D7D. Windows color (decimal): -11557594 or 2532687. OLE color: 2532687.

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

Color convert

RGB7916538-
CMYK0.5200.770.35
HSL100.63º62.56%39.8%-
HSV(B)100.63º76.97%64.71%-
XYZ17.0328.716.48-
YUV124.8179.0195.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.01%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=28.01%
G=58.51%
B=13.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79165380.5200.770.35100.6362.5639.8
Hex4FA5263404D23653f28
Octal11724546640115431457750
Binary100111110100101100110110100010011011000111100101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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