#4E9517

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

Shades of Limeade #4E9517

Tints of Limeade #4E9517

Color information

#4E9517 (or 0x4E9517) is unknown color: approx Limeade. HEX triplet: 4E, 95 and 17. RGB value is (78,149,23). Sum of RGB (Red+Green+Blue) = 78+149+23=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9517 is #B16AE8. Grayscale: #717171. Windows color (decimal): -11627241 or 1545550. OLE color: 1545550.

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

Color convert

RGB7814923-
CMYK0.4800.850.42
HSL93.81º73.26%33.73%-
HSV(B)93.81º84.56%58.43%-
XYZ14.0423.184.54-
YUV113.4176.98102.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.2%
GREEN value IS 149 (58.59% from 255) = 59.6%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=31.2%
G=59.6%
B=9.2%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149230.4800.850.4293.8173.2633.73
Hex4E9517300552A5e4922
Octal116225276001255213611142
Binary100111010010101101111100000101010110101010111101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,23); }

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

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

 a { background-color: rgb(78,149,23); }

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

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

 span { border-color: rgb(78,149,23); }

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