#5E9F31

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

Shades of Limeade #5E9F31

Tints of Limeade #5E9F31

Color information

#5E9F31 (or 0x5E9F31) is unknown color: approx Limeade. HEX triplet: 5E, 9F and 31. RGB value is (94,159,49). Sum of RGB (Red+Green+Blue) = 94+159+49=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9F31 is #A160CE. Grayscale: #7F7F7F. Windows color (decimal): -10576079 or 3252062. OLE color: 3252062.

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

Color convert

RGB9415949-
CMYK0.4100.690.38
HSL95.45º52.88%40.78%-
HSV(B)95.45º69.18%62.35%-
XYZ17.5727.47.27-
YUV127.0283.97104.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=31.13%
G=52.65%
B=16.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159490.4100.690.3895.4552.8840.78
Hex5E9F3129045265f3529
Octal13623761510105461376551
Binary101111010011111110001101001010001011001101011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,49); }

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

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

 a { background-color: rgb(94,159,49); }

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

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

 span { border-color: rgb(94,159,49); }

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