#5EA52A

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

Shades of Limeade #5EA52A

Tints of Limeade #5EA52A

Color information

#5EA52A (or 0x5EA52A) is unknown color: approx Limeade. HEX triplet: 5E, A5 and 2A. RGB value is (94,165,42). Sum of RGB (Red+Green+Blue) = 94+165+42=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA52A is #A15AD5. Grayscale: #828282. Windows color (decimal): -10574550 or 2794846. OLE color: 2794846.

HSL color Cylindrical-coordinate representation of color #5EA52A: hue angle of 94.63º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EA52A is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB9416542-
CMYK0.4300.750.35
HSL94.63º59.42%40.59%-
HSV(B)94.63º74.55%64.71%-
XYZ18.4929.466.9-
YUV129.7578.48102.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=31.23%
G=54.82%
B=13.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94165420.4300.750.3594.6359.4240.59
Hex5EA52A2B04B235f3b29
Octal13624552530113431377351
Binary101111010100101101010101011010010111000111011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,42); }

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

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

 a { background-color: rgb(94,165,42); }

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

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

 span { border-color: rgb(94,165,42); }

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