#5EA120

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

Shades of Limeade #5EA120

Tints of Limeade #5EA120

Color information

#5EA120 (or 0x5EA120) is unknown color: approx Limeade. HEX triplet: 5E, A1 and 20. RGB value is (94,161,32). Sum of RGB (Red+Green+Blue) = 94+161+32=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA120 is #A15EDF. Grayscale: #7E7E7E. Windows color (decimal): -10575584 or 2138462. OLE color: 2138462.

HSL color Cylindrical-coordinate representation of color #5EA120: hue angle of 91.16º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EA120 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB9416132-
CMYK0.4200.800.37
HSL91.16º66.84%37.84%-
HSV(B)91.16º80.12%63.14%-
XYZ17.6227.975.84-
YUV126.2674.8104.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 161 (63.28% from 255) = 56.10%
BLUE value IS 32 (12.89% from 255) = 11.15%
R=32.75%
G=56.10%
B=11.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94161320.4200.800.3791.1666.8437.84
Hex5EA1202A050255b4326
Octal136241405201204513310346
Binary1011110101000011000001010100101000010010110110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,32); }

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

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

 a { background-color: rgb(94,161,32); }

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

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

 span { border-color: rgb(94,161,32); }

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