#5E9B3D

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

Shades of Limeade #5E9B3D

Tints of Limeade #5E9B3D

Color information

#5E9B3D (or 0x5E9B3D) is unknown color: approx Limeade. HEX triplet: 5E, 9B and 3D. RGB value is (94,155,61). Sum of RGB (Red+Green+Blue) = 94+155+61=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9B3D is #A164C2. Grayscale: #7E7E7E. Windows color (decimal): -10577091 or 4037470. OLE color: 4037470.

HSL color Cylindrical-coordinate representation of color #5E9B3D: hue angle of 98.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E9B3D is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB9415561-
CMYK0.3900.610.39
HSL98.94º43.52%42.35%-
HSV(B)98.94º60.65%60.78%-
XYZ17.1826.168.56-
YUV126.0491.29105.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.32%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=30.32%
G=50%
B=19.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94155610.3900.610.3998.9443.5242.35
Hex5E9B3D2703D27632c2a
Octal1362337547075471435452
Binary10111101001101111110110011101111011001111100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,155,61); }

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

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

 a { background-color: rgb(94,155,61); }

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

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

 span { border-color: rgb(94,155,61); }

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