#5dac21

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

Shades of Limeade #5DAC21

Tints of Limeade #5DAC21

Color information

#5DAC21 (or 0x5DAC21) is unknown color: approx Limeade. HEX triplet: 5D, AC and 21. RGB value is (93,172,33). Sum of RGB (Red+Green+Blue) = 93+172+33=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC21 is #A253DE. Grayscale: #858585. Windows color (decimal): -10638303 or 2206813. OLE color: 2206813.

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

Color convert

RGB9317233-
CMYK0.4600.810.33
HSL94.1º67.8%40.2%-
HSV(B)94.1º80.81%67.45%-
XYZ19.5431.946.57-
YUV132.5371.8399.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=31.21%
G=57.72%
B=11.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93172330.4600.810.3394.167.840.2
Hex5DAC212E051215e4428
Octal135254415601214113610450
Binary1011101101011001000011011100101000110000110111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dac21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,172,33); }

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

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

 a { background-color: rgb(93,172,33); }

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

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

 span { border-color: rgb(93,172,33); }

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