#5EA22E

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

Shades of Limeade #5EA22E

Tints of Limeade #5EA22E

Color information

#5EA22E (or 0x5EA22E) is unknown color: approx Limeade. HEX triplet: 5E, A2 and 2E. RGB value is (94,162,46). Sum of RGB (Red+Green+Blue) = 94+162+46=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA22E is #A15DD1. Grayscale: #808080. Windows color (decimal): -10575314 or 3056222. OLE color: 3056222.

HSL color Cylindrical-coordinate representation of color #5EA22E: hue angle of 95.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5EA22E is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB9416246-
CMYK0.4200.720.36
HSL95.17º55.77%40.78%-
HSV(B)95.17º71.6%63.53%-
XYZ18.0328.427.12-
YUV128.4481.47103.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=31.13%
G=53.64%
B=15.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162460.4200.720.3695.1755.7740.78
Hex5EA22E2A048245f3829
Octal13624256520110441377051
Binary101111010100010101110101010010010001001001011111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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