#5EA131

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

Shades of Limeade #5EA131

Tints of Limeade #5EA131

Color information

#5EA131 (or 0x5EA131) is unknown color: approx Limeade. HEX triplet: 5E, A1 and 31. RGB value is (94,161,49). Sum of RGB (Red+Green+Blue) = 94+161+49=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA131 is #A15ECE. Grayscale: #808080. Windows color (decimal): -10575567 or 3252574. OLE color: 3252574.

HSL color Cylindrical-coordinate representation of color #5EA131: hue angle of 95.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EA131 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB9416149-
CMYK0.4200.700.37
HSL95.89º53.33%41.18%-
HSV(B)95.89º69.57%63.14%-
XYZ17.9228.097.38-
YUV128.283.3103.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 161 (63.28% from 255) = 52.96%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=30.92%
G=52.96%
B=16.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94161490.4200.700.3795.8953.3341.18
Hex5EA1312A04625603529
Octal13624161520106451406551
Binary101111010100001110001101010010001101001011100000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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