#5DAE29

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

Shades of Limeade #5DAE29

Tints of Limeade #5DAE29

Color information

#5DAE29 (or 0x5DAE29) is unknown color: approx Limeade. HEX triplet: 5D, AE and 29. RGB value is (93,174,41). Sum of RGB (Red+Green+Blue) = 93+174+41=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE29 is #A251D6. Grayscale: #878787. Windows color (decimal): -10637783 or 2731613. OLE color: 2731613.

HSL color Cylindrical-coordinate representation of color #5DAE29: hue angle of 96.54º 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 #5DAE29 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB9317441-
CMYK0.4700.760.32
HSL96.54º61.86%42.16%-
HSV(B)96.54º76.44%68.24%-
XYZ20.0532.767.36-
YUV134.6275.1698.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=30.19%
G=56.49%
B=13.31%

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
Decimal93174410.4700.760.3296.5461.8642.16
Hex5DAE292F04C20613e2a
Octal13525651570114401417652
Binary101110110101110101001101111010011001000001100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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