#4E911C

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

Shades of Limeade #4E911C

Tints of Limeade #4E911C

Color information

#4E911C (or 0x4E911C) is unknown color: approx Limeade. HEX triplet: 4E, 91 and 1C. RGB value is (78,145,28). Sum of RGB (Red+Green+Blue) = 78+145+28=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #4E911C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E911C is #B16EE3. Grayscale: #707070. Windows color (decimal): -11628260 or 1872206. OLE color: 1872206.

HSL color Cylindrical-coordinate representation of color #4E911C: hue angle of 94.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E911C is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB7814528-
CMYK0.4600.810.43
HSL94.36º67.63%33.92%-
HSV(B)94.36º80.69%56.86%-
XYZ13.4821.954.63-
YUV111.6380.8104.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.08%
GREEN value IS 145 (57.03% from 255) = 57.77%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=31.08%
G=57.77%
B=11.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78145280.4600.810.4394.3667.6333.92
Hex4E911C2E0512B5e4422
Octal116221345601215313610442
Binary100111010010001111001011100101000110101110111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E911C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,145,28); }

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

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

 a { background-color: rgb(78,145,28); }

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

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

 span { border-color: rgb(78,145,28); }

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