#4F9424

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

Shades of Limeade #4F9424

Tints of Limeade #4F9424

Color information

#4F9424 (or 0x4F9424) is unknown color: approx Limeade. HEX triplet: 4F, 94 and 24. RGB value is (79,148,36). Sum of RGB (Red+Green+Blue) = 79+148+36=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9424 is #B06BDB. Grayscale: #727272. Windows color (decimal): -11561948 or 2397263. OLE color: 2397263.

HSL color Cylindrical-coordinate representation of color #4F9424: hue angle of 96.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F9424 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB7914836-
CMYK0.4700.760.42
HSL96.96º60.87%36.08%-
HSV(B)96.96º75.68%58.04%-
XYZ14.1322.975.36-
YUV114.683.64102.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=30.04%
G=56.27%
B=13.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79148360.4700.760.4296.9660.8736.08
Hex4F94242F04C2A613d24
Octal11722444570114521417544
Binary100111110010100100100101111010011001010101100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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