#5DA02C

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

Shades of Limeade #5DA02C

Tints of Limeade #5DA02C

Color information

#5DA02C (or 0x5DA02C) is unknown color: approx Limeade. HEX triplet: 5D, A0 and 2C. RGB value is (93,160,44). Sum of RGB (Red+Green+Blue) = 93+160+44=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA02C is #A25FD3. Grayscale: #7F7F7F. Windows color (decimal): -10641364 or 2924637. OLE color: 2924637.

HSL color Cylindrical-coordinate representation of color #5DA02C: hue angle of 94.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DA02C is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB9316044-
CMYK0.4200.720.37
HSL94.66º56.86%40%-
HSV(B)94.66º72.5%62.75%-
XYZ17.5427.656.8-
YUV126.7481.3103.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 160 (62.89% from 255) = 53.87%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=31.31%
G=53.87%
B=14.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93160440.4200.720.3794.6656.8640
Hex5DA02C2A048255f3928
Octal13524054520110451377150
Binary101110110100000101100101010010010001001011011111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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