#5E9C2A

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

Shades of Limeade #5E9C2A

Tints of Limeade #5E9C2A

Color information

#5E9C2A (or 0x5E9C2A) is unknown color: approx Limeade. HEX triplet: 5E, 9C and 2A. RGB value is (94,156,42). Sum of RGB (Red+Green+Blue) = 94+156+42=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9C2A is #A163D5. Grayscale: #7C7C7C. Windows color (decimal): -10576854 or 2792542. OLE color: 2792542.

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

Color convert

RGB9415642-
CMYK0.4000.730.39
HSL92.63º57.58%38.82%-
HSV(B)92.63º73.08%61.18%-
XYZ16.9226.326.38-
YUV124.4781.46106.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=32.19%
G=53.42%
B=14.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94156420.4000.730.3992.6357.5838.82
Hex5E9C2A28049275d3a27
Octal13623452500111471357247
Binary101111010011100101010101000010010011001111011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,156,42); }

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

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

 a { background-color: rgb(94,156,42); }

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

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

 span { border-color: rgb(94,156,42); }

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