#4F9218

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

Shades of Limeade #4F9218

Tints of Limeade #4F9218

Color information

#4F9218 (or 0x4F9218) is unknown color: approx Limeade. HEX triplet: 4F, 92 and 18. RGB value is (79,146,24). Sum of RGB (Red+Green+Blue) = 79+146+24=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9218 is #B06DE7. Grayscale: #707070. Windows color (decimal): -11562472 or 1610319. OLE color: 1610319.

HSL color Cylindrical-coordinate representation of color #4F9218: hue angle of 92.95º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F9218 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB7914624-
CMYK0.4600.840.43
HSL92.95º71.76%33.33%-
HSV(B)92.95º83.56%57.25%-
XYZ13.6722.294.45-
YUV112.0678.3104.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.73%
GREEN value IS 146 (57.42% from 255) = 58.63%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=31.73%
G=58.63%
B=9.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79146240.4600.840.4392.9571.7633.33
Hex4F92182E0542B5d4821
Octal117222305601245313511041
Binary100111110010010110001011100101010010101110111011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,146,24); }

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

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

 a { background-color: rgb(79,146,24); }

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

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

 span { border-color: rgb(79,146,24); }

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