#5EA31A

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

Shades of Limeade #5EA31A

Tints of Limeade #5EA31A

Color information

#5EA31A (or 0x5EA31A) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 1A. RGB value is (94,163,26). Sum of RGB (Red+Green+Blue) = 94+163+26=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 163 (64.06% from 255 or 57.60% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA31A is #A15CE5. Grayscale: #7F7F7F. Windows color (decimal): -10575078 or 1745758. OLE color: 1745758.

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

Color convert

RGB9416326-
CMYK0.4200.840.36
HSL90.22º72.49%37.06%-
HSV(B)90.22º84.05%63.92%-
XYZ17.928.655.56-
YUV126.7571.14104.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.22%
GREEN value IS 163 (64.06% from 255) = 57.60%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=33.22%
G=57.60%
B=9.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163260.4200.840.3690.2272.4937.06
Hex5EA31A2A054245a4825
Octal136243325201244413211045
Binary101111010100011110101010100101010010010010110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,26); }

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

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

 a { background-color: rgb(94,163,26); }

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

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

 span { border-color: rgb(94,163,26); }

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