#5dae2c

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

Shades of Limeade #5DAE2C

Tints of Limeade #5DAE2C

Color information

#5DAE2C (or 0x5DAE2C) is unknown color: approx Limeade. HEX triplet: 5D, AE and 2C. RGB value is (93,174,44). Sum of RGB (Red+Green+Blue) = 93+174+44=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE2C is #A251D3. Grayscale: #878787. Windows color (decimal): -10637780 or 2928221. OLE color: 2928221.

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

Color convert

RGB9317444-
CMYK0.4700.750.32
HSL97.38º59.63%42.75%-
HSV(B)97.38º74.71%68.24%-
XYZ20.132.787.65-
YUV134.9676.6698.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.90%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=29.90%
G=55.95%
B=14.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93174440.4700.750.3297.3859.6342.75
Hex5DAE2C2F04B20613c2b
Octal13525654570113401417453
Binary101110110101110101100101111010010111000001100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dae2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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