#5E972F

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

Shades of Limeade #5E972F

Tints of Limeade #5E972F

Color information

#5E972F (or 0x5E972F) is unknown color: approx Limeade. HEX triplet: 5E, 97 and 2F. RGB value is (94,151,47). Sum of RGB (Red+Green+Blue) = 94+151+47=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #5E972F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E972F is #A168D0. Grayscale: #7A7A7A. Windows color (decimal): -10578129 or 3118942. OLE color: 3118942.

HSL color Cylindrical-coordinate representation of color #5E972F: hue angle of 92.88º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E972F is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9415147-
CMYK0.3800.690.41
HSL92.88º52.53%38.82%-
HSV(B)92.88º68.87%59.22%-
XYZ16.224.726.61-
YUV122.185.62107.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=32.19%
G=51.71%
B=16.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94151470.3800.690.4192.8852.5338.82
Hex5E972F26045295d3527
Octal13622757460105511356547
Binary101111010010111101111100110010001011010011011101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,151,47); }

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

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

 a { background-color: rgb(94,151,47); }

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

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

 span { border-color: rgb(94,151,47); }

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