#4F931F

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

Shades of Limeade #4F931F

Tints of Limeade #4F931F

Color information

#4F931F (or 0x4F931F) is unknown color: approx Limeade. HEX triplet: 4F, 93 and 1F. RGB value is (79,147,31). Sum of RGB (Red+Green+Blue) = 79+147+31=257 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.74% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #4F931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F931F is #B06CE0. Grayscale: #717171. Windows color (decimal): -11562209 or 2069327. OLE color: 2069327.

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

Color convert

RGB7914731-
CMYK0.4600.790.42
HSL95.17º65.17%34.9%-
HSV(B)95.17º78.91%57.65%-
XYZ13.9122.634.93-
YUV113.4481.47103.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.74%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=30.74%
G=57.20%
B=12.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79147310.4600.790.4295.1765.1734.9
Hex4F931F2E04F2A5f4123
Octal117223375601175213710143
Binary100111110010011111111011100100111110101010111111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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