#4E971E

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

Shades of Limeade #4E971E

Tints of Limeade #4E971E

Color information

#4E971E (or 0x4E971E) is unknown color: approx Limeade. HEX triplet: 4E, 97 and 1E. RGB value is (78,151,30). Sum of RGB (Red+Green+Blue) = 78+151+30=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #4E971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E971E is #B168E1. Grayscale: #737373. Windows color (decimal): -11626722 or 2004814. OLE color: 2004814.

HSL color Cylindrical-coordinate representation of color #4E971E: hue angle of 96.2º 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 #4E971E is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB7815130-
CMYK0.4800.800.41
HSL96.2º66.85%35.49%-
HSV(B)96.2º80.13%59.22%-
XYZ14.4423.855.07-
YUV115.3879.82101.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 151 (59.38% from 255) = 58.30%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=30.12%
G=58.30%
B=11.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78151300.4800.800.4196.266.8535.49
Hex4E971E3005029604323
Octal116227366001205114010343
Binary100111010010111111101100000101000010100111000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E971E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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