#4D9E11

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

Shades of Limeade #4D9E11

Tints of Limeade #4D9E11

Color information

#4D9E11 (or 0x4D9E11) is unknown color: approx Limeade. HEX triplet: 4D, 9E and 11. RGB value is (77,158,17). Sum of RGB (Red+Green+Blue) = 77+158+17=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9E11 is #B261EE. Grayscale: #767676. Windows color (decimal): -11690479 or 1154637. OLE color: 1154637.

HSL color Cylindrical-coordinate representation of color #4D9E11: hue angle of 94.47º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D9E11 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB7715817-
CMYK0.5100.890.38
HSL94.47º80.57%34.31%-
HSV(B)94.47º89.24%61.96%-
XYZ15.3926.074.75-
YUV117.7171.1698.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 158 (62.11% from 255) = 62.70%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=30.56%
G=62.70%
B=6.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77158170.5100.890.3894.4780.5734.31
Hex4D9E1133059265e5122
Octal115236216301314613612142
Binary100110110011110100011100110101100110011010111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,158,17); }

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

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

 a { background-color: rgb(77,158,17); }

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

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

 span { border-color: rgb(77,158,17); }

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