#5CA11D

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

Shades of Limeade #5CA11D

Tints of Limeade #5CA11D

Color information

#5CA11D (or 0x5CA11D) is unknown color: approx Limeade. HEX triplet: 5C, A1 and 1D. RGB value is (92,161,29). Sum of RGB (Red+Green+Blue) = 92+161+29=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA11D is #A35EE2. Grayscale: #7D7D7D. Windows color (decimal): -10706659 or 1941852. OLE color: 1941852.

HSL color Cylindrical-coordinate representation of color #5CA11D: hue angle of 91.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5CA11D is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB9216129-
CMYK0.4300.820.37
HSL91.36º69.47%37.25%-
HSV(B)91.36º81.99%63.14%-
XYZ17.3827.855.62-
YUV125.3273.64104.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=32.62%
G=57.09%
B=10.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161290.4300.820.3791.3669.4737.25
Hex5CA11D2B052255b4525
Octal134241355301224513310545
Binary101110010100001111011010110101001010010110110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,161,29); }

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

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

 a { background-color: rgb(92,161,29); }

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

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

 span { border-color: rgb(92,161,29); }

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