#4D961E

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

Shades of Limeade #4D961E

Tints of Limeade #4D961E

Color information

#4D961E (or 0x4D961E) is unknown color: approx Limeade. HEX triplet: 4D, 96 and 1E. RGB value is (77,150,30). Sum of RGB (Red+Green+Blue) = 77+150+30=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #4D961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D961E is #B269E1. Grayscale: #727272. Windows color (decimal): -11692514 or 2004557. OLE color: 2004557.

HSL color Cylindrical-coordinate representation of color #4D961E: hue angle of 96.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D961E is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB7715030-
CMYK0.4900.800.41
HSL96.5º66.67%35.29%-
HSV(B)96.5º80%58.82%-
XYZ14.223.485.01-
YUV114.4980.32101.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=29.96%
G=58.37%
B=11.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77150300.4900.800.4196.566.6735.29
Hex4D961E3105029604323
Octal115226366101205114010343
Binary100110110010110111101100010101000010100111000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,150,30); }

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

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

 a { background-color: rgb(77,150,30); }

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

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

 span { border-color: rgb(77,150,30); }

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