#5EA032

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

Shades of Limeade #5EA032

Tints of Limeade #5EA032

Color information

#5EA032 (or 0x5EA032) is unknown color: approx Limeade. HEX triplet: 5E, A0 and 32. RGB value is (94,160,50). Sum of RGB (Red+Green+Blue) = 94+160+50=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA032 is #A15FCD. Grayscale: #808080. Windows color (decimal): -10575822 or 3317854. OLE color: 3317854.

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

Color convert

RGB9416050-
CMYK0.4100.690.37
HSL96º52.38%41.18%-
HSV(B)96º68.75%62.75%-
XYZ17.7627.757.44-
YUV127.7384.13103.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=30.92%
G=52.63%
B=16.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94160500.4100.690.379652.3841.18
Hex5EA0322904525603429
Octal13624062510105451406451
Binary101111010100000110010101001010001011001011100000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,160,50); }

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

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

 a { background-color: rgb(94,160,50); }

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

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

 span { border-color: rgb(94,160,50); }

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