#5EA434

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

Shades of Limeade #5EA434

Tints of Limeade #5EA434

Color information

#5EA434 (or 0x5EA434) is unknown color: approx Limeade. HEX triplet: 5E, A4 and 34. RGB value is (94,164,52). Sum of RGB (Red+Green+Blue) = 94+164+52=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA434 is #A15BCB. Grayscale: #828282. Windows color (decimal): -10574796 or 3449950. OLE color: 3449950.

HSL color Cylindrical-coordinate representation of color #5EA434: hue angle of 97.5º 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 #5EA434 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB9416452-
CMYK0.4300.680.36
HSL97.5º51.85%42.35%-
HSV(B)97.5º68.29%64.31%-
XYZ18.5129.187.91-
YUV130.383.81102.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 52 (20.70% from 255) = 16.77%
R=30.32%
G=52.90%
B=16.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94164520.4300.680.3697.551.8542.35
Hex5EA4342B0442462342a
Octal13624464530104441426452
Binary101111010100100110100101011010001001001001100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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