#4D940C

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

Shades of Limeade #4D940C

Tints of Limeade #4D940C

Color information

#4D940C (or 0x4D940C) is unknown color: approx Limeade. HEX triplet: 4D, 94 and 0C. RGB value is (77,148,12). Sum of RGB (Red+Green+Blue) = 77+148+12=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #4D940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D940C is #B26BF3. Grayscale: #6F6F6F. Windows color (decimal): -11693044 or 824397. OLE color: 824397.

HSL color Cylindrical-coordinate representation of color #4D940C: hue angle of 91.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D940C is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB7714812-
CMYK0.4800.920.42
HSL91.32º85%31.37%-
HSV(B)91.32º91.89%58.04%-
XYZ13.7222.784.02-
YUV111.2771.98103.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=32.49%
G=62.45%
B=5.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77148120.4800.920.4291.328531.37
Hex4D94C3005C2A5b551f
Octal115224146001345213312537
Binary1001101100101001100110000010111001010101011011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,148,12); }

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

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

 a { background-color: rgb(77,148,12); }

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

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

 span { border-color: rgb(77,148,12); }

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