#5DA31E

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

Shades of Limeade #5DA31E

Tints of Limeade #5DA31E

Color information

#5DA31E (or 0x5DA31E) is unknown color: approx Limeade. HEX triplet: 5D, A3 and 1E. RGB value is (93,163,30). Sum of RGB (Red+Green+Blue) = 93+163+30=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA31E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA31E is #A25CE1. Grayscale: #7F7F7F. Windows color (decimal): -10640610 or 2007901. OLE color: 2007901.

HSL color Cylindrical-coordinate representation of color #5DA31E: hue angle of 91.58º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DA31E is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB9316330-
CMYK0.4300.820.36
HSL91.58º68.91%37.84%-
HSV(B)91.58º81.6%63.92%-
XYZ17.8528.625.81-
YUV126.9173.31103.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 163 (64.06% from 255) = 56.99%
BLUE value IS 30 (12.11% from 255) = 10.49%
R=32.52%
G=56.99%
B=10.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93163300.4300.820.3691.5868.9137.84
Hex5DA31E2B052245c4526
Octal135243365301224413410546
Binary101110110100011111101010110101001010010010111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,163,30); }

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

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

 a { background-color: rgb(93,163,30); }

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

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

 span { border-color: rgb(93,163,30); }

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