#4A9811

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

Shades of Limeade #4A9811

Tints of Limeade #4A9811

Color information

#4A9811 (or 0x4A9811) is unknown color: approx Limeade. HEX triplet: 4A, 98 and 11. RGB value is (74,152,17). Sum of RGB (Red+Green+Blue) = 74+152+17=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9811 is #B567EE. Grayscale: #717171. Windows color (decimal): -11888623 or 1153098. OLE color: 1153098.

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

Color convert

RGB7415217-
CMYK0.5100.890.40
HSL94.67º79.88%33.14%-
HSV(B)94.67º88.82%59.61%-
XYZ14.1523.954.41-
YUV113.2973.6699.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 152 (59.77% from 255) = 62.55%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=30.45%
G=62.55%
B=7.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74152170.5100.890.4094.6779.8833.14
Hex4A981133059285f5021
Octal112230216301315013712041
Binary100101010011000100011100110101100110100010111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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