#5EA824

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

Shades of Limeade #5EA824

Tints of Limeade #5EA824

Color information

#5EA824 (or 0x5EA824) is unknown color: approx Limeade. HEX triplet: 5E, A8 and 24. RGB value is (94,168,36). Sum of RGB (Red+Green+Blue) = 94+168+36=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA824 is #A157DB. Grayscale: #838383. Windows color (decimal): -10573788 or 2402398. OLE color: 2402398.

HSL color Cylindrical-coordinate representation of color #5EA824: hue angle of 93.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5EA824 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB9416836-
CMYK0.4400.790.34
HSL93.64º64.71%40%-
HSV(B)93.64º78.57%65.88%-
XYZ18.9430.516.56-
YUV130.8374.48101.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 168 (66.02% from 255) = 56.38%
BLUE value IS 36 (14.45% from 255) = 12.08%
R=31.54%
G=56.38%
B=12.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94168360.4400.790.3493.6464.7140
Hex5EA8242C04F225e4128
Octal136250445401174213610150
Binary1011110101010001001001011000100111110001010111101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,168,36); }

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

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

 a { background-color: rgb(94,168,36); }

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

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

 span { border-color: rgb(94,168,36); }

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