#5E9932

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

Shades of Limeade #5E9932

Tints of Limeade #5E9932

Color information

#5E9932 (or 0x5E9932) is unknown color: approx Limeade. HEX triplet: 5E, 99 and 32. RGB value is (94,153,50). Sum of RGB (Red+Green+Blue) = 94+153+50=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9932 is #A166CD. Grayscale: #7B7B7B. Windows color (decimal): -10577614 or 3316062. OLE color: 3316062.

HSL color Cylindrical-coordinate representation of color #5E9932: hue angle of 94.37º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E9932 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB9415350-
CMYK0.3900.670.4
HSL94.37º50.74%39.8%-
HSV(B)94.37º67.32%60%-
XYZ16.5825.397.04-
YUV123.6286.45106.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=31.65%
G=51.52%
B=16.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal94153500.3900.670.494.3750.7439.8
Hex5E993227043285e3328
Octal13623162470103501366350
Binary101111010011001110010100111010000111010001011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,153,50); }

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

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

 a { background-color: rgb(94,153,50); }

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

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

 span { border-color: rgb(94,153,50); }

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