#4E9320

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

Shades of Limeade #4E9320

Tints of Limeade #4E9320

Color information

#4E9320 (or 0x4E9320) is unknown color: approx Limeade. HEX triplet: 4E, 93 and 20. RGB value is (78,147,32). Sum of RGB (Red+Green+Blue) = 78+147+32=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9320 is #B16CDF. Grayscale: #717171. Windows color (decimal): -11627744 or 2134862. OLE color: 2134862.

HSL color Cylindrical-coordinate representation of color #4E9320: hue angle of 96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E9320 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB7814732-
CMYK0.4700.780.42
HSL96º64.25%35.1%-
HSV(B)96º78.23%57.65%-
XYZ13.8422.595-
YUV113.2682.14102.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.35%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=30.35%
G=57.20%
B=12.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78147320.4700.780.429664.2535.1
Hex4E93202F04E2A604023
Octal116223405701165214010043
Binary1001110100100111000001011110100111010101011000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,32); }

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

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

 a { background-color: rgb(78,147,32); }

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

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

 span { border-color: rgb(78,147,32); }

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