#4A9511

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

Shades of Limeade #4A9511

Tints of Limeade #4A9511

Color information

#4A9511 (or 0x4A9511) is unknown color: approx Limeade. HEX triplet: 4A, 95 and 11. RGB value is (74,149,17). Sum of RGB (Red+Green+Blue) = 74+149+17=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9511 is #B56AEE. Grayscale: #6F6F6F. Windows color (decimal): -11889391 or 1152330. OLE color: 1152330.

HSL color Cylindrical-coordinate representation of color #4A9511: hue angle of 94.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A9511 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB7414917-
CMYK0.5000.890.42
HSL94.09º79.52%32.55%-
HSV(B)94.09º88.59%58.43%-
XYZ13.6722.994.25-
YUV111.5374.65101.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 149 (58.59% from 255) = 62.08%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=30.83%
G=62.08%
B=7.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149170.5000.890.4294.0979.5232.55
Hex4A9511320592A5e5021
Octal112225216201315213612041
Binary100101010010101100011100100101100110101010111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,17); }

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

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

 a { background-color: rgb(74,149,17); }

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

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

 span { border-color: rgb(74,149,17); }

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