#5CA82D

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

Shades of Limeade #5CA82D

Tints of Limeade #5CA82D

Color information

#5CA82D (or 0x5CA82D) is unknown color: approx Limeade. HEX triplet: 5C, A8 and 2D. RGB value is (92,168,45). Sum of RGB (Red+Green+Blue) = 92+168+45=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA82D is #A357D2. Grayscale: #838383. Windows color (decimal): -10704851 or 2992220. OLE color: 2992220.

HSL color Cylindrical-coordinate representation of color #5CA82D: hue angle of 97.07º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CA82D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB9216845-
CMYK0.4500.730.34
HSL97.07º57.75%41.76%-
HSV(B)97.07º73.21%65.88%-
XYZ18.8930.477.37-
YUV131.2579.32100-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 168 (66.02% from 255) = 55.08%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=30.16%
G=55.08%
B=14.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal92168450.4500.730.3497.0757.7541.76
Hex5CA82D2D04922613a2a
Octal13425055550111421417252
Binary101110010101000101101101101010010011000101100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,168,45); }

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

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

 a { background-color: rgb(92,168,45); }

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

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

 span { border-color: rgb(92,168,45); }

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