#4E9210

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

Shades of Limeade #4E9210

Tints of Limeade #4E9210

Color information

#4E9210 (or 0x4E9210) is unknown color: approx Limeade. HEX triplet: 4E, 92 and 10. RGB value is (78,146,16). Sum of RGB (Red+Green+Blue) = 78+146+16=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9210 is #B16DEF. Grayscale: #6F6F6F. Windows color (decimal): -11628016 or 1086030. OLE color: 1086030.

HSL color Cylindrical-coordinate representation of color #4E9210: hue angle of 91.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E9210 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB7814616-
CMYK0.4700.890.43
HSL91.38º80.25%31.76%-
HSV(B)91.38º89.04%57.25%-
XYZ13.5122.214.07-
YUV110.8574.47104.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 146 (57.42% from 255) = 60.83%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=32.5%
G=60.83%
B=6.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78146160.4700.890.4391.3880.2531.76
Hex4E92102F0592B5b5020
Octal116222205701315313312040
Binary100111010010010100001011110101100110101110110111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,146,16); }

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

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

 a { background-color: rgb(78,146,16); }

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

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

 span { border-color: rgb(78,146,16); }

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