#4E9016

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

Shades of Limeade #4E9016

Tints of Limeade #4E9016

Color information

#4E9016 (or 0x4E9016) is unknown color: approx Limeade. HEX triplet: 4E, 90 and 16. RGB value is (78,144,22). Sum of RGB (Red+Green+Blue) = 78+144+22=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9016 is #B16FE9. Grayscale: #6E6E6E. Windows color (decimal): -11628522 or 1478734. OLE color: 1478734.

HSL color Cylindrical-coordinate representation of color #4E9016: hue angle of 92.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E9016 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB7814422-
CMYK0.4600.850.44
HSL92.46º73.49%32.55%-
HSV(B)92.46º84.72%56.47%-
XYZ13.2621.624.23-
YUV110.3678.13104.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 144 (56.64% from 255) = 59.02%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=31.97%
G=59.02%
B=9.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78144220.4600.850.4492.4673.4932.55
Hex4E90162E0552C5c4921
Octal116220265601255413411141
Binary100111010010000101101011100101010110110010111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,22); }

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

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

 a { background-color: rgb(78,144,22); }

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

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

 span { border-color: rgb(78,144,22); }

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