#5E9D38

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

Shades of Limeade #5E9D38

Tints of Limeade #5E9D38

Color information

#5E9D38 (or 0x5E9D38) is unknown color: approx Limeade. HEX triplet: 5E, 9D and 38. RGB value is (94,157,56). Sum of RGB (Red+Green+Blue) = 94+157+56=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D38 is #A162C7. Grayscale: #7E7E7E. Windows color (decimal): -10576584 or 3710302. OLE color: 3710302.

HSL color Cylindrical-coordinate representation of color #5E9D38: hue angle of 97.43º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E9D38 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB9415756-
CMYK0.4000.640.38
HSL97.43º47.42%41.76%-
HSV(B)97.43º64.33%61.57%-
XYZ17.3926.787.99-
YUV126.6588.13104.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=30.62%
G=51.14%
B=18.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94157560.4000.640.3897.4347.4241.76
Hex5E9D382804026612f2a
Octal13623570500100461415752
Binary101111010011101111000101000010000001001101100001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,56); }

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

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

 a { background-color: rgb(94,157,56); }

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

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

 span { border-color: rgb(94,157,56); }

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