#4E931E

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

Shades of Limeade #4E931E

Tints of Limeade #4E931E

Color information

#4E931E (or 0x4E931E) is unknown color: approx Limeade. HEX triplet: 4E, 93 and 1E. RGB value is (78,147,30). Sum of RGB (Red+Green+Blue) = 78+147+30=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #4E931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E931E is #B16CE1. Grayscale: #717171. Windows color (decimal): -11627746 or 2003790. OLE color: 2003790.

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

Color convert

RGB7814730-
CMYK0.4700.800.42
HSL95.38º66.1%34.71%-
HSV(B)95.38º79.59%57.65%-
XYZ13.8122.584.86-
YUV113.0381.14103.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=30.59%
G=57.65%
B=11.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78147300.4700.800.4295.3866.134.71
Hex4E931E2F0502A5f4223
Octal116223365701205213710243
Binary100111010010011111101011110101000010101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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