#5CA51E

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

Shades of Limeade #5CA51E

Tints of Limeade #5CA51E

Color information

#5CA51E (or 0x5CA51E) is unknown color: approx Limeade. HEX triplet: 5C, A5 and 1E. RGB value is (92,165,30). Sum of RGB (Red+Green+Blue) = 92+165+30=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA51E is #A35AE1. Grayscale: #808080. Windows color (decimal): -10705634 or 2008412. OLE color: 2008412.

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

Color convert

RGB9216530-
CMYK0.4400.820.35
HSL92.44º69.23%38.24%-
HSV(B)92.44º81.82%64.71%-
XYZ18.129.285.93-
YUV127.7872.82102.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=32.06%
G=57.49%
B=10.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165300.4400.820.3592.4469.2338.24
Hex5CA51E2C052235c4526
Octal134245365401224313410546
Binary101110010100101111101011000101001010001110111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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