#4E991C

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

Shades of Limeade #4E991C

Tints of Limeade #4E991C

Color information

#4E991C (or 0x4E991C) is unknown color: approx Limeade. HEX triplet: 4E, 99 and 1C. RGB value is (78,153,28). Sum of RGB (Red+Green+Blue) = 78+153+28=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #4E991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E991C is #B166E3. Grayscale: #747474. Windows color (decimal): -11626212 or 1874254. OLE color: 1874254.

HSL color Cylindrical-coordinate representation of color #4E991C: hue angle of 96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E991C is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB7815328-
CMYK0.4900.820.4
HSL96º69.06%35.49%-
HSV(B)96º81.7%60%-
XYZ14.7424.495.05-
YUV116.3278.15100.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 153 (60.16% from 255) = 59.07%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=30.12%
G=59.07%
B=10.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78153280.4900.820.49669.0635.49
Hex4E991C3105228604523
Octal116231346101225014010543
Binary100111010011001111001100010101001010100011000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E991C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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