#5EA334

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

Shades of Limeade #5EA334

Tints of Limeade #5EA334

Color information

#5EA334 (or 0x5EA334) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 34. RGB value is (94,163,52). Sum of RGB (Red+Green+Blue) = 94+163+52=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA334 is #A15CCB. Grayscale: #828282. Windows color (decimal): -10575052 or 3449694. OLE color: 3449694.

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

Color convert

RGB9416352-
CMYK0.4200.680.36
HSL97.3º51.63%42.16%-
HSV(B)97.3º68.1%63.92%-
XYZ18.3328.827.85-
YUV129.7284.14102.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.42%
GREEN value IS 163 (64.06% from 255) = 52.75%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=30.42%
G=52.75%
B=16.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163520.4200.680.3697.351.6342.16
Hex5EA3342A0442461342a
Octal13624364520104441416452
Binary101111010100011110100101010010001001001001100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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