#4FA52C

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

Shades of Limeade #4FA52C

Tints of Limeade #4FA52C

Color information

#4FA52C (or 0x4FA52C) is unknown color: approx Limeade. HEX triplet: 4F, A5 and 2C. RGB value is (79,165,44). Sum of RGB (Red+Green+Blue) = 79+165+44=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 165 (64.84% from 255 or 57.29% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA52C is #B05AD3. Grayscale: #7D7D7D. Windows color (decimal): -11557588 or 2925903. OLE color: 2925903.

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

Color convert

RGB7916544-
CMYK0.5200.730.35
HSL102.64º57.89%40.98%-
HSV(B)102.64º73.33%64.71%-
XYZ17.1328.757.03-
YUV125.4982.0194.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 165 (64.84% from 255) = 57.29%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=27.43%
G=57.29%
B=15.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79165440.5200.730.35102.6457.8940.98
Hex4FA52C3404923673a29
Octal11724554640111431477251
Binary100111110100101101100110100010010011000111100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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