#4F931C

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

Shades of Limeade #4F931C

Tints of Limeade #4F931C

Color information

#4F931C (or 0x4F931C) is unknown color: approx Limeade. HEX triplet: 4F, 93 and 1C. RGB value is (79,147,28). Sum of RGB (Red+Green+Blue) = 79+147+28=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #4F931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F931C is #B06CE3. Grayscale: #717171. Windows color (decimal): -11562212 or 1872719. OLE color: 1872719.

HSL color Cylindrical-coordinate representation of color #4F931C: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F931C is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB7914728-
CMYK0.4600.810.42
HSL94.29º68%34.31%-
HSV(B)94.29º80.95%57.65%-
XYZ13.8722.614.73-
YUV113.179.97103.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=31.10%
G=57.87%
B=11.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147280.4600.810.4294.296834.31
Hex4F931C2E0512A5e4422
Octal117223345601215213610442
Binary100111110010011111001011100101000110101010111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F931C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,147,28); }

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

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

 a { background-color: rgb(79,147,28); }

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

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

 span { border-color: rgb(79,147,28); }

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