#5DAB29

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

Shades of Limeade #5DAB29

Tints of Limeade #5DAB29

Color information

#5DAB29 (or 0x5DAB29) is unknown color: approx Limeade. HEX triplet: 5D, AB and 29. RGB value is (93,171,41). Sum of RGB (Red+Green+Blue) = 93+171+41=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB29 is #A254D6. Grayscale: #858585. Windows color (decimal): -10638551 or 2730845. OLE color: 2730845.

HSL color Cylindrical-coordinate representation of color #5DAB29: hue angle of 96º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DAB29 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB9317141-
CMYK0.4600.760.33
HSL96º61.32%41.57%-
HSV(B)96º76.02%67.06%-
XYZ19.4831.617.17-
YUV132.8676.1699.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=30.49%
G=56.07%
B=13.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93171410.4600.760.339661.3241.57
Hex5DAB292E04C21603d2a
Octal13525351560114411407552
Binary101110110101011101001101110010011001000011100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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