#5E962E

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

Shades of Limeade #5E962E

Tints of Limeade #5E962E

Color information

#5E962E (or 0x5E962E) is unknown color: approx Limeade. HEX triplet: 5E, 96 and 2E. RGB value is (94,150,46). Sum of RGB (Red+Green+Blue) = 94+150+46=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #5E962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E962E is #A169D1. Grayscale: #797979. Windows color (decimal): -10578386 or 3053150. OLE color: 3053150.

HSL color Cylindrical-coordinate representation of color #5E962E: hue angle of 92.31º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E962E is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9415046-
CMYK0.3700.690.41
HSL92.31º53.06%38.43%-
HSV(B)92.31º69.33%58.82%-
XYZ16.0224.396.45-
YUV121.485.45108.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=32.41%
G=51.72%
B=15.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94150460.3700.690.4192.3153.0638.43
Hex5E962E25045295c3526
Octal13622656450105511346546
Binary101111010010110101110100101010001011010011011100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E962E; }

 p { color: rgb(94,150,46); }

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

<style>
 a { background-color: #5E962E; }

 a { background-color: rgb(94,150,46); }

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

<style>
 span { border-color: #5E962E; }

 span { border-color: rgb(94,150,46); }

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