#5C952E

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

Shades of Limeade #5C952E

Tints of Limeade #5C952E

Color information

#5C952E (or 0x5C952E) is unknown color: approx Limeade. HEX triplet: 5C, 95 and 2E. RGB value is (92,149,46). Sum of RGB (Red+Green+Blue) = 92+149+46=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #5C952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C952E is #A36AD1. Grayscale: #787878. Windows color (decimal): -10709714 or 3052892. OLE color: 3052892.

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

Color convert

RGB9214946-
CMYK0.3800.690.42
HSL93.2º52.82%38.24%-
HSV(B)93.2º69.13%58.43%-
XYZ15.6523.976.39-
YUV120.2186.12107.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=32.06%
G=51.92%
B=16.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92149460.3800.690.4293.252.8238.24
Hex5C952E260452A5d3526
Octal13422556460105521356546
Binary101110010010101101110100110010001011010101011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,149,46); }

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

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

 a { background-color: rgb(92,149,46); }

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

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

 span { border-color: rgb(92,149,46); }

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