#4D941D

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

Shades of Limeade #4D941D

Tints of Limeade #4D941D

Color information

#4D941D (or 0x4D941D) is unknown color: approx Limeade. HEX triplet: 4D, 94 and 1D. RGB value is (77,148,29). Sum of RGB (Red+Green+Blue) = 77+148+29=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #4D941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D941D is #B26BE2. Grayscale: #717171. Windows color (decimal): -11693027 or 1938509. OLE color: 1938509.

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

Color convert

RGB7714829-
CMYK0.4800.800.42
HSL95.8º67.23%34.71%-
HSV(B)95.8º80.41%58.04%-
XYZ13.8722.854.84-
YUV113.280.48102.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.31%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 29 (11.72% from 255) = 11.42%
R=30.31%
G=58.27%
B=11.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77148290.4800.800.4295.867.2334.71
Hex4D941D300502A604323
Octal115224356001205214010343
Binary100110110010100111011100000101000010101011000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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