#5EA026

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

Shades of Limeade #5EA026

Tints of Limeade #5EA026

Color information

#5EA026 (or 0x5EA026) is unknown color: approx Limeade. HEX triplet: 5E, A0 and 26. RGB value is (94,160,38). Sum of RGB (Red+Green+Blue) = 94+160+38=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA026 is #A15FD9. Grayscale: #7E7E7E. Windows color (decimal): -10575834 or 2531422. OLE color: 2531422.

HSL color Cylindrical-coordinate representation of color #5EA026: hue angle of 92.46º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EA026 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB9416038-
CMYK0.4100.760.37
HSL92.46º61.62%38.82%-
HSV(B)92.46º76.25%62.75%-
XYZ17.5427.666.25-
YUV126.3678.13104.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 160 (62.89% from 255) = 54.79%
BLUE value IS 38 (15.23% from 255) = 13.01%
R=32.19%
G=54.79%
B=13.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94160380.4100.760.3792.4661.6238.82
Hex5EA0262904C255c3e27
Octal13624046510114451347647
Binary101111010100000100110101001010011001001011011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,160,38); }

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

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

 a { background-color: rgb(94,160,38); }

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

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

 span { border-color: rgb(94,160,38); }

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