#5CAE29

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

Shades of Limeade #5CAE29

Tints of Limeade #5CAE29

Color information

#5CAE29 (or 0x5CAE29) is unknown color: approx Limeade. HEX triplet: 5C, AE and 29. RGB value is (92,174,41). Sum of RGB (Red+Green+Blue) = 92+174+41=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAE29 is #A351D6. Grayscale: #868686. Windows color (decimal): -10703319 or 2731612. OLE color: 2731612.

HSL color Cylindrical-coordinate representation of color #5CAE29: hue angle of 96.99º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5CAE29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB9217441-
CMYK0.4700.760.32
HSL96.99º61.86%42.16%-
HSV(B)96.99º76.44%68.24%-
XYZ19.9532.717.36-
YUV134.3275.3397.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=29.97%
G=56.68%
B=13.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92174410.4700.760.3296.9961.8642.16
Hex5CAE292F04C20613e2a
Octal13425651570114401417652
Binary101110010101110101001101111010011001000001100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,174,41); }

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

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

 a { background-color: rgb(92,174,41); }

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

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

 span { border-color: rgb(92,174,41); }

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