#5CA52E

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

Shades of Limeade #5CA52E

Tints of Limeade #5CA52E

Color information

#5CA52E (or 0x5CA52E) is unknown color: approx Limeade. HEX triplet: 5C, A5 and 2E. RGB value is (92,165,46). Sum of RGB (Red+Green+Blue) = 92+165+46=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA52E is #A35AD1. Grayscale: #828282. Windows color (decimal): -10705618 or 3056988. OLE color: 3056988.

HSL color Cylindrical-coordinate representation of color #5CA52E: hue angle of 96.81º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CA52E is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB9216546-
CMYK0.4400.720.35
HSL96.81º56.4%41.37%-
HSV(B)96.81º72.12%64.71%-
XYZ18.3629.387.29-
YUV129.6180.82101.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=30.36%
G=54.46%
B=15.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165460.4400.720.3596.8156.441.37
Hex5CA52E2C04823613829
Octal13424556540110431417051
Binary101110010100101101110101100010010001000111100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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