#4E9716

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

Shades of Limeade #4E9716

Tints of Limeade #4E9716

Color information

#4E9716 (or 0x4E9716) is unknown color: approx Limeade. HEX triplet: 4E, 97 and 16. RGB value is (78,151,22). Sum of RGB (Red+Green+Blue) = 78+151+22=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #4E9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9716 is #B168E9. Grayscale: #727272. Windows color (decimal): -11626730 or 1480526. OLE color: 1480526.

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

Color convert

RGB7815122-
CMYK0.4800.850.41
HSL93.95º74.57%33.92%-
HSV(B)93.95º85.43%59.22%-
XYZ14.3523.814.6-
YUV114.4775.82101.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.08%
GREEN value IS 151 (59.38% from 255) = 60.16%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=31.08%
G=60.16%
B=8.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78151220.4800.850.4193.9574.5733.92
Hex4E971630055295e4b22
Octal116227266001255113611342
Binary100111010010111101101100000101010110100110111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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