#5CAA2B

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

Shades of Limeade #5CAA2B

Tints of Limeade #5CAA2B

Color information

#5CAA2B (or 0x5CAA2B) is unknown color: approx Limeade. HEX triplet: 5C, AA and 2B. RGB value is (92,170,43). Sum of RGB (Red+Green+Blue) = 92+170+43=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA2B is #A355D4. Grayscale: #848484. Windows color (decimal): -10704341 or 2861660. OLE color: 2861660.

HSL color Cylindrical-coordinate representation of color #5CAA2B: hue angle of 96.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CAA2B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB9217043-
CMYK0.4600.750.33
HSL96.85º59.62%41.76%-
HSV(B)96.85º74.71%66.67%-
XYZ19.2231.27.29-
YUV132.277.6699.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=30.16%
G=55.74%
B=14.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92170430.4600.750.3396.8559.6241.76
Hex5CAA2B2E04B21613c2a
Octal13425253560113411417452
Binary101110010101010101011101110010010111000011100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,43); }

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

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

 a { background-color: rgb(92,170,43); }

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

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

 span { border-color: rgb(92,170,43); }

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