#4E970E

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

Shades of Limeade #4E970E

Tints of Limeade #4E970E

Color information

#4E970E (or 0x4E970E) is unknown color: approx Limeade. HEX triplet: 4E, 97 and 0E. RGB value is (78,151,14). Sum of RGB (Red+Green+Blue) = 78+151+14=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #4E970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E970E is #B168F1. Grayscale: #727272. Windows color (decimal): -11626738 or 956238. OLE color: 956238.

HSL color Cylindrical-coordinate representation of color #4E970E: hue angle of 91.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E970E is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB7815114-
CMYK0.4800.910.41
HSL91.97º83.03%32.35%-
HSV(B)91.97º90.73%59.22%-
XYZ14.2923.784.25-
YUV113.5671.82102.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 151 (59.38% from 255) = 62.14%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=32.10%
G=62.14%
B=5.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78151140.4800.910.4191.9783.0332.35
Hex4E97E3005B295c5320
Octal116227166001335113412340
Binary10011101001011111101100000101101110100110111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,151,14); }

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

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

 a { background-color: rgb(78,151,14); }

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

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

 span { border-color: rgb(78,151,14); }

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